Remove queryset slicing hack from view

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-13 22:25:43 -04:00
parent 655c1fd09f
commit 334f0cd03f
3 changed files with 10 additions and 9 deletions

View File

@@ -67,6 +67,8 @@ Other changes
* Move the navigation and authentication templates to their
respective apps.
* Add dashboard app.
* Remove queryset slicing hack from the Document list view.
And slice the Recently Added Document queryset itself.
Removals