Remove configurability of the document and document signatures UUID function

This commit is contained in:
Roberto Rosario
2014-11-05 00:18:34 -04:00
parent 11ca9ba1eb
commit 6796ce8b49
5 changed files with 6 additions and 25 deletions

View File

@@ -32,10 +32,6 @@ Features
* If enabled, the document database index can be mirrored in the filesystem of the host and shared via Samba_ or any other sharing method to client computers on a network.
* User defined document unique identifier algorithms.
* Users can alter the default method used to uniquely indentify documents.
* Documents can be uploaded from different sources.
* Local file or server side file uploads, multifunctional copier, or even via email.

View File

@@ -8,15 +8,6 @@ different server configurations.
Documents
=========
.. setting:: DOCUMENTS_UUID_FUNCTION
**DOCUMENTS_UUID_FUNCTION**
Default: ``unicode(uuid.uuid4())``
The function that will be used to internally identify each uploaded document.
.. setting:: DOCUMENTS_STORAGE_BACKEND
**DOCUMENTS_STORAGE_BACKEND**