This commit is contained in:
Daniel Quinn 2018-01-06 19:30:08 +00:00
parent 3ca215e4dc
commit 5796956235

View File

@ -3,7 +3,7 @@ Changelog
* 1.0.0
* Upgrade to Django 1.11. **You'll need to run
``pip install -r requirements.txt`` to after the usual ``git pull`` to
``pip install -r requirements.txt`` after the usual ``git pull`` to
properly update**.
* Replace the templatetag-based hack we had for document listing in favour of
a slightly less ugly solution in the form of another template tag with less