mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
Version 0.3.3
This commit is contained in:
parent
6c5fb56257
commit
54a02c1fb9
|
@ -1,8 +1,8 @@
|
||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
development
|
0.3.3
|
||||||
-----------
|
-----
|
||||||
|
|
||||||
* Added DjangoModelPermissions class to support `django.contrib.auth` style permissions.
|
* Added DjangoModelPermissions class to support `django.contrib.auth` style permissions.
|
||||||
* Use `staticfiles` for css files.
|
* Use `staticfiles` for css files.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
__version__ = '0.3.3-dev'
|
__version__ = '0.3.3'
|
||||||
|
|
||||||
VERSION = __version__ # synonym
|
VERSION = __version__ # synonym
|
||||||
|
|
Loading…
Reference in New Issue
Block a user