Skip to content

Commit

Permalink
Bump to version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 2, 2021
1 parent b9a5ddd commit 8cbf214
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all of them. The payload then is stored inside a JSON field instead of declaring
explicitly. This furthermore prevents us to handle all kind of nasty database migration problems.


## Version 2.0 (released 2021-01-31)
## Version 2.0 (released 2021-02-02)

**Version 3.1 only supports Django versions 3.1 and higher.**

Expand All @@ -27,6 +27,10 @@ which can switch between those field types.

From a functional point of view, there is no difference to version 1.3.7.

After upgrading, run `./manage.py migrate cmsplugin_cascade`. It will rewrite the field type of
all `JSONField`s to Django's internal `JSONField` without modifying its content. For safty reasons,
it is highly recommended to backup the database before migrating.


### Perfect for nested grid systems

Expand Down

0 comments on commit 8cbf214

Please sign in to comment.