Skip to content

Commit 82e83f0

Browse files
committed
Add release notes up to a507277
1 parent edcbd9e commit 82e83f0

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/topics/release-notes.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,30 @@ You can determine your currently installed version using `pip show`:
123123
* Replace `background-attachment: fixed` in docs [#5777][gh5777]
124124
* Make 404 & 403 responses consistent with `exceptions.APIException` output [#5763][gh5763]
125125
* Small fix to API documentation: schemas [#5796][gh5796]
126+
* Fix schema generation for PrimaryKeyRelatedField [#5764][gh5764]
127+
* Represent serializer DictField as an Object in schema [#5765][gh5765]
128+
* Added docs example reimplementing ObtainAuthToken [#5802][gh5802]
129+
* Add schema to the ObtainAuthToken view [#5676][gh5676]
130+
* Fix request formdata handling [#5800][gh5800]
131+
* Fix authtoken views imports [#5818][gh5818]
132+
* Update pytest, isort [#5815][gh5815] [#5817][gh5817] [#5894][gh5894]
133+
* Fixed active timezone handling for non ISO8601 datetimes. [#5833][gh5833]
134+
* Made TemplateHTMLRenderer render IntegerField inputs when value is `0`. [#5834][gh5834]
135+
* Corrected endpoint in tutorial instructions [#5835][gh5835]
136+
* Add Django Rest Framework Role Filters to Third party packages [#5809][gh5809]
137+
* Use single copy of static assets. Update jQuery [#5823][gh5823]
138+
* Changes ternary conditionals to be PEP308 compliant [#5827][gh5827]
139+
* Added links to 'A Todo List API with React' and 'Blog API' tutorials [#5837][gh5837]
140+
* Fix comment typo in ModelSerializer [#5844][gh5844]
141+
* Add admin to installed apps to avoid test failures. [#5870][gh5870]
142+
* Fixed schema for UUIDField in SimpleMetadata. [#5872][gh5872]
143+
* Corrected docs on router include with namespaces. [#5843][gh5843]
144+
* Test using model objects for dotted source default [#5880][gh5880]
145+
* Allow traversing nullable related fields [#5849][gh5849]
146+
* Added: Tutorial: Django REST with React (Django 2.0) [#5891][gh5891]
147+
* Add `LimitOffsetPagination.get_count` to allow method override [#5846][gh5846]
148+
* Don't show hidden fields in metadata [#5854][gh5854]
149+
126150

127151
## 3.7.x series
128152

@@ -1871,3 +1895,28 @@ For older release notes, [please see the version 2.x documentation][old-release-
18711895
[gh5713]: https://github.com/encode/django-rest-framework/issues/5713
18721896
[gh5711]: https://github.com/encode/django-rest-framework/issues/5711
18731897
[gh5704]: https://github.com/encode/django-rest-framework/issues/5704
1898+
[gh5854]: https://github.com/encode/django-rest-framework/issues/5854
1899+
[gh5846]: https://github.com/encode/django-rest-framework/issues/5846
1900+
[gh5891]: https://github.com/encode/django-rest-framework/issues/5891
1901+
[gh5849]: https://github.com/encode/django-rest-framework/issues/5849
1902+
[gh5880]: https://github.com/encode/django-rest-framework/issues/5880
1903+
[gh5843]: https://github.com/encode/django-rest-framework/issues/5843
1904+
[gh5872]: https://github.com/encode/django-rest-framework/issues/5872
1905+
[gh5870]: https://github.com/encode/django-rest-framework/issues/5870
1906+
[gh5844]: https://github.com/encode/django-rest-framework/issues/5844
1907+
[gh5837]: https://github.com/encode/django-rest-framework/issues/5837
1908+
[gh5827]: https://github.com/encode/django-rest-framework/issues/5827
1909+
[gh5823]: https://github.com/encode/django-rest-framework/issues/5823
1910+
[gh5809]: https://github.com/encode/django-rest-framework/issues/5809
1911+
[gh5835]: https://github.com/encode/django-rest-framework/issues/5835
1912+
[gh5834]: https://github.com/encode/django-rest-framework/issues/5834
1913+
[gh5833]: https://github.com/encode/django-rest-framework/issues/5833
1914+
[gh5894]: https://github.com/encode/django-rest-framework/issues/5894
1915+
[gh5817]: https://github.com/encode/django-rest-framework/issues/5817
1916+
[gh5815]: https://github.com/encode/django-rest-framework/issues/5815
1917+
[gh5818]: https://github.com/encode/django-rest-framework/issues/5818
1918+
[gh5800]: https://github.com/encode/django-rest-framework/issues/5800
1919+
[gh5676]: https://github.com/encode/django-rest-framework/issues/5676
1920+
[gh5802]: https://github.com/encode/django-rest-framework/issues/5802
1921+
[gh5765]: https://github.com/encode/django-rest-framework/issues/5765
1922+
[gh5764]: https://github.com/encode/django-rest-framework/issues/5764

0 commit comments

Comments
 (0)