Skip to content

Commit c4412ff

Browse files
committed
Add final changes to the release notes.
1 parent 778d859 commit c4412ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/topics/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,23 @@ You can determine your currently installed version using `pip freeze`:
8787
* Added docstrings code highlighting with pygments [#5462][gh5462]
8888
* Fixed documentation rendering for views named `data` [#5472][gh5472]
8989
* Docs: Clarified 'to_internal_value()' validation behavior [#5466][gh5466]
90+
* Fix missing six.text_type() call on APIException.__str__ [#5476][gh5476]
91+
* Document documentation.py [#5478][gh5478]
92+
* Fix naming collisions in Schema Generation [#5464][gh5464]
93+
* Call Django's authenticate function with the request object [#5295][gh5295]
94+
* Update coreapi JS to 0.1.1 [#5479][gh5479]
95+
* Have `is_list_view` recognise RetrieveModel… views [#5480][gh5480]
96+
* Remove Django 1.8 & 1.9 compatibility code [#5481][gh5481]
9097

9198

9299
<!-- 3.7.0 -->
100+
[gh5481]: https://github.com/encode/django-rest-framework/issues/5481
101+
[gh5480]: https://github.com/encode/django-rest-framework/issues/5480
102+
[gh5479]: https://github.com/encode/django-rest-framework/issues/5479
103+
[gh5295]: https://github.com/encode/django-rest-framework/issues/5295
104+
[gh5464]: https://github.com/encode/django-rest-framework/issues/5464
105+
[gh5478]: https://github.com/encode/django-rest-framework/issues/5478
106+
[gh5476]: https://github.com/encode/django-rest-framework/issues/5476
93107
[gh5466]: https://github.com/encode/django-rest-framework/issues/5466
94108
[gh5472]: https://github.com/encode/django-rest-framework/issues/5472
95109
[gh5462]: https://github.com/encode/django-rest-framework/issues/5462

0 commit comments

Comments
 (0)