Documentation update
This commit is contained in:
17
HISTORY.rst
17
HISTORY.rst
@@ -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)
|
||||
================
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Mayan EDMS v1.1.1 release notes
|
||||
===============================
|
||||
|
||||
Released: April XX, 2015
|
||||
Released: May 21, 2015
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Understanding Mayan EDMS
|
||||
========================
|
||||
Concepts
|
||||
========
|
||||
|
||||
Introductions to all the key parts of Mayan EDMS you'll need to know:
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user