Replace django-pagination with django-pure-pagination and use Django's native CBV pagination context.

This commit is contained in:
Roberto Rosario
2015-08-15 02:28:37 -04:00
parent 016231a0f5
commit 702bac8ed2
7 changed files with 34 additions and 22 deletions

View File

@@ -31,6 +31,7 @@ What's new in Mayan EDMS v2.0
* South
* GitPython
* django-pagination
* psutil
* python-hkp
* sendfile
@@ -52,6 +53,7 @@ What's new in Mayan EDMS v2.0
* PyYAML
* django-autoadmin
* django-pure-pagination
* djangorestframework-recursive
* Permissions refactor
@@ -79,6 +81,7 @@ What's new in Mayan EDMS v2.0
* Improved API
* Text parsers and OCR backend are used in tandem.
* Invert page title/project name order in browser title.
* Use Django's class based views pagination
Upgrading from a previous version
=================================