Add newly uploaded document to the recent document list of the user.

This commit is contained in:
Roberto Rosario
2016-03-16 16:42:01 -04:00
parent a6c9393aa0
commit 5bb04cc8f4
3 changed files with 5 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Other changes
- Folder and Tag creation API calls now return the id of the created instances.
- Update Document model's uuid field to use Django's native UUIDField class.
- Add new split view index navigation
- Newly uploaded documents appear in the Recent document list of the user.
Removals
--------