Commit 3ac26af7 by Tom Christie

Version 2.1.2 (Adds filtering support)

parent c7df9694
...@@ -57,6 +57,13 @@ To run the tests. ...@@ -57,6 +57,13 @@ To run the tests.
# Changelog # Changelog
## 2.1.2
**Date**: 9th Nov 2012
* **Filtering support.**
* Bugfix: Support creation of objects with reverse M2M relations.
## 2.1.1 ## 2.1.1
**Date**: 7th Nov 2012 **Date**: 7th Nov 2012
......
...@@ -4,9 +4,12 @@ ...@@ -4,9 +4,12 @@
> >
> — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. > — 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 ## 2.1.1
......
__version__ = '2.1.1' __version__ = '2.1.2'
VERSION = __version__ # synonym VERSION = __version__ # synonym
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment