Updated CHANGELOG. 'Added DjangoModelPermissions'.

This commit is contained in:
Tom Christie 2012-02-11 18:38:45 +00:00
parent cb8d94b956
commit 24911f37e4

View File

@ -4,11 +4,12 @@ Release Notes
development development
----------- -----------
* Saner template variable autoescaping. * Added DjangoModelPermissions class to support `django.contrib.auth` style permissions.
* Use `staticfiles` for css files. * Use `staticfiles` for css files.
- Easier to override. Won't conflict with customised admin styles (eg grappelli) - Easier to override. Won't conflict with customised admin styles (eg grappelli)
* Drop implied 'pk' filter if last arg in urlconf is unnamed. * Drop implied 'pk' filter if last arg in urlconf is unnamed.
- Too magical. Explict is better than implicit. - Too magical. Explict is better than implicit.
* Saner template variable autoescaping.
* Tider setup.py * Tider setup.py
* Bugfixes: * Bugfixes:
- Bug with PerUserThrottling when user contains unicode chars. - Bug with PerUserThrottling when user contains unicode chars.