Documentation updates

This commit is contained in:
Roberto Rosario
2012-01-26 09:35:20 -04:00
parent 9afa641b19
commit cf36e281fe
4 changed files with 87 additions and 82 deletions

View File

@@ -84,7 +84,7 @@ the download of several documents in a single compressed file.
Customizable GPG home directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Addition of the SIGNATURES_GPG_HOME configuration option to let
administrators set Mayan EDMS's GPG instance home directory, used to
administrators set **Mayan EDMS**'s GPG instance home directory, used to
store keyrings and other GPG configuration files.
Upgrading
@@ -99,15 +99,16 @@ Upgrading
When the following message appears
``The following content types are stale and need to be deleted:
.. epigraph::
The following content types are stale and need to be deleted:
permissions | permission
permissions | permission
Any objects related to these content types by a foreign key will also
be deleted. Are you sure you want to delete these content types?
If you're unsure, answer 'no'.
Any objects related to these content types by a foreign key will also
be deleted. Are you sure you want to delete these content types?
If you're unsure, answer 'no'.
Type 'yes' to continue, or 'no' to cancel:``
Type 'yes' to continue, or 'no' to cancel:
Types ``yes`` and press **Enter**
@@ -138,4 +139,5 @@ Stuff removed
* Support for Celery and Sentry has been drop
for now.
* Removed the 'db_index' argument from Text fields definition and
migrations as it was causing error messages for MySQL users.
migrations as it was causing error messages for MySQL users, thanks to
Сергей Глита for reporting this one.