From 72f4e95f393dbdd6932db5093d9acd74cd7a7651 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 29 Jun 2014 15:30:16 -0400 Subject: [PATCH] Update release notes --- docs/releases/1.0.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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::