diff options
| author | Tom Christie | 2012-11-05 12:51:04 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-05 12:51:04 +0000 |
| commit | 33be4b43b95273da117f6896adc7814aaedf43fa (patch) | |
| tree | ac203801b75a0c4681d0b44d1626d95c87c5bb47 /README.md | |
| parent | ccd5f29510bd39e85ea8267836e42545370fff1e (diff) | |
| download | django-rest-framework-33be4b43b95273da117f6896adc7814aaedf43fa.tar.bz2 | |
`queryset` argument is now optional on writable model fields.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
