aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2012-11-05 16:46:33 +0000
committerTom Christie2012-11-05 16:46:33 +0000
commit9746abdf72738b85ea0d428db2f936e87de0fe55 (patch)
tree3c16018ebb1dfae06b15b40ffdba8b62aa6aa0fc /README.md
parent1418d104a86a0c861a9d3b9831f7bb98b0891f57 (diff)
downloaddjango-rest-framework-9746abdf72738b85ea0d428db2f936e87de0fe55.tar.bz2
Version 2.1.0. Adding release notes.2.1.0
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 049f9075..7275761c 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ To run the tests.
* **Serializer `instance` and `data` keyword args have their position swapped.**
* `queryset` argument is now optional on writable model fields.
+* Hyperlinked related fields optionally take `slug_field` and `slug_field_kwarg` arguments.
* Support Django's cache framework.
* Minor field improvements. (Don't stringify dicts, more robust many-pk fields.)
* Bugfixes (Support choice field in Browseable API)