aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2012-11-05 12:51:04 +0000
committerTom Christie2012-11-05 12:51:04 +0000
commit33be4b43b95273da117f6896adc7814aaedf43fa (patch)
treeac203801b75a0c4681d0b44d1626d95c87c5bb47 /README.md
parentccd5f29510bd39e85ea8267836e42545370fff1e (diff)
downloaddjango-rest-framework-33be4b43b95273da117f6896adc7814aaedf43fa.tar.bz2
`queryset` argument is now optional on writable model fields.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3e299923..049f9075 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,7 @@ To run the tests.
**Warning**: Please read [this thread][2.1.0-notes] regarding the `instance` and `data` keyword args before updating to 2.1.0.
* **Serializer `instance` and `data` keyword args have their position swapped.**
+* `queryset` argument is now optional on writable model fields.
* Support Django's cache framework.
* Minor field improvements. (Don't stringify dicts, more robust many-pk fields.)
* Bugfixes (Support choice field in Browseable API)