Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Feb 3, 2014
1 parent a6e39aa commit f1bb3be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Expand Up @@ -200,5 +200,6 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
- django 1.6 support added
- Frontedit editor for Django models
- Extending the page & title model API
- Placeholders can be configured to have plugins automagically added.
- Placeholders can be configured to have plugins automatically added.
- Publishing is now language independent and the tree-view has been updated to reflect this
- Removed the plugin DB-name magic and added a compatibility layer
8 changes: 8 additions & 0 deletions docs/upgrade/3.0.rst
Expand Up @@ -238,3 +238,11 @@ Getter and setter for translatable plugin content

A plugin's translatable content can now be read and set through :meth:`get_translatable_content`
and :meth:`set_translatable_content`. See :ref:`Custom Plugins <custom-plugins>` for more info.

No more DB tablename magic for plugins
======================================

Since django CMS 2.0 plugins had their table names start with `cmsplugin_`. We removed this behavior
in 3.0 and will display a deprecation warning with the old and new table name. If your plugin uses
south for migrations create a new empty schemamigration and rename the table by hand.

0 comments on commit f1bb3be

Please sign in to comment.