mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Version 2.1.12
This commit is contained in:
parent
fb4bbf7d98
commit
79aea2f0d0
|
@ -60,6 +60,14 @@ To run the tests.
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 2.1.12
|
||||||
|
|
||||||
|
**Date**: 21st Dec 2012
|
||||||
|
|
||||||
|
* Bugfix: Fix bug that could occur using ChoiceField.
|
||||||
|
* Bugfix: Fix exception in browseable API on DELETE.
|
||||||
|
* Bugfix: Fix issue where pk was was being set to a string if set by URL kwarg.
|
||||||
|
|
||||||
## 2.1.11
|
## 2.1.11
|
||||||
|
|
||||||
**Date**: 17th Dec 2012
|
**Date**: 17th Dec 2012
|
||||||
|
|
|
@ -6,7 +6,9 @@
|
||||||
|
|
||||||
## 2.1.x series
|
## 2.1.x series
|
||||||
|
|
||||||
### Master
|
### 2.1.12
|
||||||
|
|
||||||
|
**Date**: 21st Dec 2012
|
||||||
|
|
||||||
* Bugfix: Fix bug that could occur using ChoiceField.
|
* Bugfix: Fix bug that could occur using ChoiceField.
|
||||||
* Bugfix: Fix exception in browseable API on DELETE.
|
* Bugfix: Fix exception in browseable API on DELETE.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
__version__ = '2.1.11'
|
__version__ = '2.1.12'
|
||||||
|
|
||||||
VERSION = __version__ # synonym
|
VERSION = __version__ # synonym
|
||||||
|
|
Loading…
Reference in New Issue
Block a user