Skip to content

Commit e6101b4

Browse files
committed
Add release notes up to 2fa04ca
1 parent 6e48fbd commit e6101b4

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

docs/topics/release-notes.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,35 @@ You can determine your currently installed version using `pip show`:
6262
* Deprecated `list_route` & `detail_route` in favor of `action` decorator with `detail` boolean.
6363
* Deprecated dynamic list/detail route variants in favor of `DynamicRoute` with `detail` boolean.
6464
* Refactored the router's dynamic route generation.
65+
* Fix formatting of the 3.7.4 release note [#5704][gh5704]
66+
* Docs: Update DRF Writable Nested Serializers references [#5711][gh5711]
67+
* Docs: Fixed typo in auth URLs example. [#5713][gh5713]
68+
* Improve composite field child errors [#5655][gh5655]
69+
* Disable HTML inputs for dict/list fields [#5702][gh5702]
70+
* Fix typo in HostNameVersioning doc [#5709][gh5709]
71+
* Use rsplit to get module and classname for imports [#5712][gh5712]
72+
* Formalize URLPatternsTestCase [#5703][gh5703]
73+
* Add exception translation test [#5700][gh5700]
74+
* Test staticfiles [#5701][gh5701]
75+
* Add drf-yasg to documentation and schema 3rd party packages [#5720][gh5720]
76+
* Remove unused `compat._resolve_model()` [#5733][gh5733]
77+
* Drop compat workaround for unsupported Python 3.2 [#5734][gh5734]
78+
* Prefer `iter(dict)` over `iter(dict.keys())` [#5736][gh5736]
79+
* Pass `python_requires` argument to setuptools [#5739][gh5739]
80+
* Remove unused links from docs [#5735][gh5735]
81+
* Prefer https protocol for links in docs when available [#5729][gh5729]
82+
* Add HStoreField, postgres fields tests [#5654][gh5654]
83+
* Always fully qualify ValidationError in docs [#5751][gh5751]
84+
* Remove unreachable code from ManualSchema [#5766][gh5766]
85+
* Allowed customising API documentation code samples [#5752][gh5752]
86+
* Updated docs to use `pip show` [#5757][gh5757]
87+
* Load 'static' instead of 'staticfiles' in templates [#5773][gh5773]
88+
* Fixed a typo in `fields` docs [#5783][gh5783]
89+
* Refer to "NamespaceVersioning" instead of "NamespacedVersioning" in the documentation [#5754][gh5754]
90+
* ErrorDetail: add `__eq__`/`__ne__` and `__repr__` [#5787][gh5787]
91+
* Replace `background-attachment: fixed` in docs [#5777][gh5777]
92+
* Make 404 & 403 responses consistent with `exceptions.APIException` output [#5763][gh5763]
93+
* Small fix to API documentation: schemas [#5796][gh5796]
6594

6695
## 3.7.x series
6796

@@ -1779,3 +1808,32 @@ For older release notes, [please see the version 2.x documentation][old-release-
17791808

17801809
<!-- 3.8.0 -->
17811810
[gh5705]: https://github.com/encode/django-rest-framework/issues/5705
1811+
[gh5796]: https://github.com/encode/django-rest-framework/issues/5796
1812+
[gh5763]: https://github.com/encode/django-rest-framework/issues/5763
1813+
[gh5777]: https://github.com/encode/django-rest-framework/issues/5777
1814+
[gh5787]: https://github.com/encode/django-rest-framework/issues/5787
1815+
[gh5754]: https://github.com/encode/django-rest-framework/issues/5754
1816+
[gh5783]: https://github.com/encode/django-rest-framework/issues/5783
1817+
[gh5773]: https://github.com/encode/django-rest-framework/issues/5773
1818+
[gh5757]: https://github.com/encode/django-rest-framework/issues/5757
1819+
[gh5752]: https://github.com/encode/django-rest-framework/issues/5752
1820+
[gh5766]: https://github.com/encode/django-rest-framework/issues/5766
1821+
[gh5751]: https://github.com/encode/django-rest-framework/issues/5751
1822+
[gh5654]: https://github.com/encode/django-rest-framework/issues/5654
1823+
[gh5729]: https://github.com/encode/django-rest-framework/issues/5729
1824+
[gh5735]: https://github.com/encode/django-rest-framework/issues/5735
1825+
[gh5739]: https://github.com/encode/django-rest-framework/issues/5739
1826+
[gh5736]: https://github.com/encode/django-rest-framework/issues/5736
1827+
[gh5734]: https://github.com/encode/django-rest-framework/issues/5734
1828+
[gh5733]: https://github.com/encode/django-rest-framework/issues/5733
1829+
[gh5720]: https://github.com/encode/django-rest-framework/issues/5720
1830+
[gh5701]: https://github.com/encode/django-rest-framework/issues/5701
1831+
[gh5700]: https://github.com/encode/django-rest-framework/issues/5700
1832+
[gh5703]: https://github.com/encode/django-rest-framework/issues/5703
1833+
[gh5712]: https://github.com/encode/django-rest-framework/issues/5712
1834+
[gh5709]: https://github.com/encode/django-rest-framework/issues/5709
1835+
[gh5702]: https://github.com/encode/django-rest-framework/issues/5702
1836+
[gh5655]: https://github.com/encode/django-rest-framework/issues/5655
1837+
[gh5713]: https://github.com/encode/django-rest-framework/issues/5713
1838+
[gh5711]: https://github.com/encode/django-rest-framework/issues/5711
1839+
[gh5704]: https://github.com/encode/django-rest-framework/issues/5704

0 commit comments

Comments
 (0)