Move stub filtering to the Document model manager

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-13 22:39:22 -04:00
parent 334f0cd03f
commit c0f51103d2
8 changed files with 17 additions and 21 deletions

View File

@@ -69,6 +69,7 @@ Other changes
* Add dashboard app.
* Remove queryset slicing hack from the Document list view.
And slice the Recently Added Document queryset itself.
* Move stub filtering to the Document model manager.
Removals