File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -251,3 +251,13 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
251
251
- Removed file cms/utils/compat/string_io.py, use django.utils.six module instead
252
252
- Removed file cms/utils/compat/input.py, use django.utils.six module instead
253
253
- Use PY3 from django.utils.six instead of PY2 from cms.utils.compat to check Python version
254
+ - Staticplaceholders have not their own permissions
255
+ - Apphooks support now nested namespaces
256
+ - Apphooks can now exclude module for page permission checking
257
+ - fixed the permissions for plugins on apphook pages
258
+ - Allow the use of custom admin sites that do not reside under the 'admin' namespace
259
+ - Added django 1.7 migrations
260
+ - updated docs
261
+ - slots for placeholders can now be 255 characters long
262
+ - Plugin pool initialises incorrectly if database is down during first request
263
+ - some refactoring and simplifications
You can’t perform that action at this time.
0 commit comments