Add multiple trash can support, restoring and complete source object manager and queryset method substitution

This commit is contained in:
Roberto Rosario
2012-08-07 01:42:44 -04:00
parent 332156b590
commit c304d1ed27
14 changed files with 288 additions and 34 deletions

View File

@@ -87,6 +87,7 @@ Afterwards migrate existing database schema with::
$ ./manage.py migrate lock_manager 0001 --fake
$ ./manage.py migrate job_processor
$ ./manage.py migrate clustering
$ ./manage.py migrate trash
Issue the following command to index existing documents in the new full text search database::