mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Version 2.1.2 (Adds filtering support)
This commit is contained in:
parent
c7df9694b5
commit
3ac26af7ca
|
@ -57,6 +57,13 @@ To run the tests.
|
|||
|
||||
# Changelog
|
||||
|
||||
## 2.1.2
|
||||
|
||||
**Date**: 9th Nov 2012
|
||||
|
||||
* **Filtering support.**
|
||||
* Bugfix: Support creation of objects with reverse M2M relations.
|
||||
|
||||
## 2.1.1
|
||||
|
||||
**Date**: 7th Nov 2012
|
||||
|
|
|
@ -4,9 +4,12 @@
|
|||
>
|
||||
> — Eric S. Raymond, [The Cathedral and the Bazaar][cite].
|
||||
|
||||
## Master
|
||||
## 2.1.2
|
||||
|
||||
* Bugfix: Support creation of objects with reverse M2M relations
|
||||
**Date**: 9th Nov 2012
|
||||
|
||||
* **Filtering support.**
|
||||
* Bugfix: Support creation of objects with reverse M2M relations.
|
||||
|
||||
## 2.1.1
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
__version__ = '2.1.1'
|
||||
__version__ = '2.1.2'
|
||||
|
||||
VERSION = __version__ # synonym
|
||||
|
|
Loading…
Reference in New Issue
Block a user