From 5d8a4584aafdfefdeff900ddac525f7b0c19a790 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 17 Jan 2012 15:15:57 -0400 Subject: [PATCH] Add db migration instruction for 0.11.1 -> 0.12 --- docs/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1e80f40926..572225bb14 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,24 @@ Version 0.12 ------------ +* Upgrade commands: + + * ./manage.py syncdb + * ./manage.py migrate permissions 0001 --fake + * ./manage.py migrate permissions + """ +The following content types are stale and need to be deleted: + + 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'. + + Type 'yes' to continue, or 'no' to cancel: yes + """ + * ./manage.py migrate documents + + * Added new configuration option COMMON_ALLOW_ANONYMOUS_ACCESS to allow non authenticated access. * Navigation improvements.