Skip to content

Commit dbb6943

Browse files
committed
Update release notes
1 parent e73dddd commit dbb6943

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/topics/release-notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ You can determine your currently installed version using `pip freeze`:
4444

4545
**Date**: [19th March 2015][3.1.1-milestone].
4646

47+
* **Security fix**: Escape tab switching cookie name in browsable API.
48+
* Display input forms in browsable API if `serializer_class` is used, even when `get_serializer` method does not exist on the view. ([#2743](gh2743))
49+
* Use a password input for the AuthTokenSerializer. ([#2741](gh2741))
4750
* Fix missing anchor closing tag after next button. ([#2691][gh2691])
4851
* Fix `lookup_url_kwarg` handling in viewsets. ([#2685][gh2685], [#2591][gh2591])
4952
* Fix problem with imporing `rest_framework.views` in `apps.py` ([#2678][gh2678])
50-
* LimitOffsetPagination raises Type error if PAGE_SIZE not set ([#2667][gh2667], [#2700][gh2700])
53+
* LimitOffsetPagination raises `TypeError` if PAGE_SIZE not set ([#2667][gh2667], [#2700][gh2700])
5154
* German translation for `min_value` field error message references `max_value`. ([#2645][gh2645])
5255
* Remove `MergeDict`. ([#2640][gh2640])
5356
* Support serializing unsaved models with related fields. ([#2637][gh2637], [#2641][gh2641])
@@ -287,3 +290,5 @@ For older release notes, [please see the version 2.x documentation](old-release-
287290
[gh2637]: https://github.com/tomchristie/django-rest-framework/issues/2637
288291
[gh2641]: https://github.com/tomchristie/django-rest-framework/issues/2641
289292
[gh2631]: https://github.com/tomchristie/django-rest-framework/issues/2631
293+
[gh2741]: https://github.com/tomchristie/django-rest-framework/issues/2641
294+
[gh2743]: https://github.com/tomchristie/django-rest-framework/issues/2643

0 commit comments

Comments
 (0)