mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Version 2.1.10
This commit is contained in:
parent
35f72cecb1
commit
70714c2346
|
@ -58,6 +58,13 @@ To run the tests.
|
|||
|
||||
# Changelog
|
||||
|
||||
## 2.1.10
|
||||
|
||||
**Date**: 17th Dec 2012
|
||||
|
||||
* Bugfix: Ensure read-only fields don't have model validation applied.
|
||||
* Bugfix: Fix hyperlinked fields in paginated results.
|
||||
|
||||
## 2.1.9
|
||||
|
||||
**Date**: 11th Dec 2012
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
## 2.1.x series
|
||||
|
||||
### Master
|
||||
### 2.1.10
|
||||
|
||||
**Date**: 17th Dec 2012
|
||||
|
||||
* Bugfix: Ensure read-only fields don't have model validation applied.
|
||||
* Bugfix: Fix hyperlinked fields in paginated results.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
__version__ = '2.1.9'
|
||||
__version__ = '2.1.10'
|
||||
|
||||
VERSION = __version__ # synonym
|
||||
|
|
Loading…
Reference in New Issue
Block a user