News | March 2010
24.03.10
django-cms 2.1.0 beta released
Yesterday we released 2.1.0 beta
What has changed since 2.0.X?
- We now have front-editing. Just add "?edit" to the end of an url to enable it.
- The menu has been completely been refactored. It is now its own application that can be used without the cms.
- less queries (the whole menu tree is only calculated once and then cached)
- menu modifiers (you can register menu modifiers that can change menu nodes or rearrange them)
- menus are now class based.
- apphooks are now class based and can bring multiple menus and urls.py with them.
- menus and ...


