Skip to content

Commit

Permalink
Support Django 3
Browse files Browse the repository at this point in the history
  • Loading branch information
batiste committed Feb 16, 2020
1 parent 29c9588 commit 59b326e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@

This file describe new features and incompatibilities between released version of the CMS.

Release 2.0.12
================

* Support Django 3

Release 2.0.10
================

* Mangage.py command needs python 3
* manage.py command needs python 3

Release 2.0.9
================
Expand Down
1 change: 1 addition & 0 deletions pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
__keywords__ = ['django', 'cms']

default_app_config = 'pages.app_config.BasicCmsConfig'

0 comments on commit 59b326e

Please sign in to comment.