Update release notes

This commit is contained in:
Roberto Rosario
2012-10-05 03:07:55 -04:00
parent d1f77b2fbe
commit 2b4523c0be

View File

@@ -61,6 +61,10 @@ can access this app.
Translation updates
~~~~~~~~~~~~~~~~~~~
General fixes
~~~~~~~~~~~~~
Unique fields in the DocumentType model, MetadataSet label
Upgrading from a previous version
=================================
@@ -72,6 +76,9 @@ Start off by adding the new requirements::
Migrate existing database schema with::
$ ./manage.py migrate document_indexing
$ ./manage.py migrate metadata 0001 --fake
$ ./manage.py migrate metadata
$ ./manage.py migrate documents
Add new static media::