aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Groß2012-11-06 20:53:09 +0100
committerStephan Groß2012-11-06 20:53:09 +0100
commit1f67b9ba9c4ede9b3fa93ba798c5ec777ff3ad69 (patch)
tree49db1e5cd8c9ed15afc0cf29b8718adc0012d914
parent6d3bb67aa654d5f4c555746655a312000422d474 (diff)
downloaddjango-rest-framework-1f67b9ba9c4ede9b3fa93ba798c5ec777ff3ad69.tar.bz2
added changelog entry and fixed old one
-rw-r--r--docs/topics/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 7eaf4f79..e7007aab 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -7,6 +7,7 @@
## Master
* Support use of HTML exception templates. Eg. `403.html`
+* Hyperlinked related fields optionally take `slug_field`, `slug_url_kwarg` and `pk_url_kwarg` arguments.
## 2.1.0
@@ -16,7 +17,7 @@
* **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.
+* Hyperlinked related fields optionally take `slug_field` and `slug_url_kwarg` arguments.
* Support Django's cache framework.
* Minor field improvements. (Don't stringify dicts, more robust many-pk fields.)
* Bugfix: Support choice field in Browseable API.