diff options
| author | Tom Christie | 2012-11-08 07:58:10 -0800 |
|---|---|---|
| committer | Tom Christie | 2012-11-08 07:58:10 -0800 |
| commit | a0bab819bcf73476d58b4a51bddac412ada1b737 (patch) | |
| tree | 842b4d47dc8b7e9de3348d52852ef3892df8fdb3 /docs/topics | |
| parent | 066d51faa16d1cfd3c8370c6bfe46f8494bbc26a (diff) | |
| parent | 40c6fe7119e724d86f40b202c0dd579ad7ce8c7e (diff) | |
| download | django-rest-framework-a0bab819bcf73476d58b4a51bddac412ada1b737.tar.bz2 | |
Merge pull request #388 from eofs/m2m_reverse
Fixed creation of objects with reversed M2M relations
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index ecb6c91a..47252b65 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -4,6 +4,10 @@ > > — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. +## Master + +* Bugfix: Cannot create objects with reverse M2M relations + ## 2.1.1 **Date**: 7th Nov 2012 @@ -154,4 +158,4 @@ [cite]: http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html [2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion -[announcement]: rest-framework-2-announcement.md
\ No newline at end of file +[announcement]: rest-framework-2-announcement.md |
