Skip to content

Commit 817463c

Browse files
committed
changelog
1 parent 137b2fc commit 817463c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,13 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
251251
- Removed file cms/utils/compat/string_io.py, use django.utils.six module instead
252252
- Removed file cms/utils/compat/input.py, use django.utils.six module instead
253253
- 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

0 commit comments

Comments
 (0)