Improve document indexing API. Add django rest framework recursive to serialize index instance nodes.

This commit is contained in:
Roberto Rosario
2015-08-07 03:31:51 -04:00
parent 5d322122e0
commit 3023d99a1e
5 changed files with 155 additions and 69 deletions

View File

@@ -52,6 +52,7 @@ What's new in Mayan EDMS v2.0
* PyYAML
* django-autoadmin
* djangorestframework-recursive
* Permissions refactor
* ACLs refactor
@@ -75,6 +76,7 @@ What's new in Mayan EDMS v2.0
* Removal of eval from metadata type defaults and lookup fields. Django's own template language is now used instead.
* Support to share an index as a FUSE filesystem.
* Preview images' titles are clickable.
* Improved API
Upgrading from a previous version
=================================