Documentation update

This commit is contained in:
Roberto Rosario
2015-05-20 22:52:39 -04:00
parent fae83b405f
commit 929487b5c5
5 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
1.1.1 (2015-05-21)
==================
- Update to Django 1.6.11
- Fix make_dist.sh script
- Add test for issue #163
- Activate tests for the sources app
- Removal of the registration app
- New simplified official project description
- Improvements to the index admin interface
- Removal of installation statistics gathering
- Remove unused folder tag
- Fix usage of ugettext to ugettext_lazy
- Increase size of the lock name field
- New style documentation
1.1 (2015-02-10)
================

View File

@@ -26,8 +26,8 @@ account.
Features <topics/features>
Installation <topics/installation>
Getting started <topics/getting_started>
Release notes and upgrading instructions <releases/index>
Understanding Mayan EDMS <topics/index>
Release notes and upgrading <releases/index>
Concepts <topics/index>
Development <topics/development>
Contributors <topics/contributors>
Licensing <topics/license>

View File

@@ -2,7 +2,7 @@
Mayan EDMS v1.1.1 release notes
===============================
Released: April XX, 2015
Released: May 21, 2015
What's new
==========

View File

@@ -1,5 +1,5 @@
Understanding Mayan EDMS
========================
Concepts
========
Introductions to all the key parts of Mayan EDMS you'll need to know:

View File

@@ -128,7 +128,7 @@ in the directory: venv/lib/python2.7/site-packages/mayan/settings/ with the foll
from __future__ import unicode_literals
from . import *
from .local import *
<Your customized settings>