Skip to content

Commit

Permalink
Mentioned migration in release notes
Browse files Browse the repository at this point in the history
Fixes #4700
  • Loading branch information
evildmp committed Nov 23, 2015
1 parent 6c1d458 commit a6112b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -2,6 +2,7 @@

- Added new wizard to improve content creation
- Added Aldryn Apphook Reload https://github.com/aldryn/aldryn-apphook-reload/ into core
- Added database migration creating ``UrlconfRevision`` for apphook reload.
- Added tooltips for certain user interaction elements
- Added full touch support and optimisations for mobile devices
- Added gulp.js for linting, compressing and bundling
Expand Down
17 changes: 13 additions & 4 deletions docs/upgrade/3.2.rst
Expand Up @@ -247,11 +247,20 @@ Upgrading django CMS 3.1 to 3.2

Please note any changes that require action above, and take action accordingly.

Otherwise django CMS 3.2 represents a fairly easy upgrade path. There are no new migrations in this
release (however third-party applications that you update may have their own migrations, so as
always, before upgrading, please make sure that your current database is consistent and in a
healthy state, and **make a copy of the database before proceeding further.**
A database migration is required (a new model, ``UrlconfRevision`` has been added as part of the
apphook reload mechanism):

Note also that any third-party applications you update may have their own migrations, so as always,
before upgrading, please make sure that your current database is consistent and in a healthy state,
and **make a copy of the database before proceeding further.**

Then run::

python manage.py migrate

to migrate.

Otherwise django CMS 3.2 represents a fairly easy upgrade path.

********************
Pending deprecations
Expand Down

0 comments on commit a6112b2

Please sign in to comment.