mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
Version 2.3.8
This commit is contained in:
parent
e021472a16
commit
195790e60b
|
@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
|
|||
|
||||
## 2.3.x series
|
||||
|
||||
### Master
|
||||
### 2.3.8
|
||||
|
||||
**Date**: 11th September 2013
|
||||
|
||||
* Added `DjangoObjectPermissions`, and `DjangoObjectPermissionsFilter`.
|
||||
* Support customizable exception handling, using the `EXCEPTION_HANDLER` setting.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.3.7'
|
||||
__version__ = '2.3.8'
|
||||
|
||||
VERSION = __version__ # synonym
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user