mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 11:33:59 +03:00
Updated CHANGELOG. 'Added DjangoModelPermissions'.
This commit is contained in:
parent
cb8d94b956
commit
24911f37e4
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user