diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index e3e1cf2d18..a4462e39f3 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -20,9 +20,9 @@ The growth and reach of the project has necessitaded for a while the move of the project to its own organization in Github. This move has finally been done, the new URL of the project is: https://github.com/mayan-edms/mayan-edms -Django 1.5 -~~~~~~~~~~~~~ -This release updates the required version of Django to 1.5, bringing with it +Django 1.6 +~~~~~~~~~~ +This release updates the required version of Django to 1.6, bringing with it not only new features, but also a lot of security updates, a new project directory structure and new deployment methods. @@ -97,6 +97,9 @@ Removal of fabric based installations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ These files are now part of their own project. +Pluggable OCR backends +~~~~~~~~~~~~~~~~~~~~~~ + Upgrading from a previous version ================================= If you installed **Mayan EDMS** by cloning the Git repository issue the commands:: @@ -112,7 +115,8 @@ Next upgrade/add the new requirements:: Migrate existing database schema with:: - $ ./manage.py migrate metadata 0001 --fake + $ ./manage.py migrate taggit 0001 --fake + $ ./manage.py migrate Add new static media::