@@ -45,7 +45,8 @@ You can determine your currently installed version using `pip show`:
4545** Date** : [ 1st October 2018] [ 3.9.0-milestone ]
4646
4747* Improvements to ViewSet extra actions [ #5605 ] [ gh5605 ]
48- * Fix action support for ViewSet suffixes [ #6081 ] [ gh6081 ]
48+ * Fix ` action ` support for ViewSet suffixes [ #6081 ] [ gh6081 ]
49+ * Allow ` action ` docs sections [ #6060 ] [ gh6060 ]
4950* Deprecate the ` Router.register ` ` base_name ` argument in favor of ` basename ` . [ #5990 ] [ gh5990 ]
5051* Deprecate the ` Router.get_default_base_name ` method in favor of ` Router.get_default_basename ` . [ #5990 ] [ gh5990 ]
5152* Change ` CharField ` to disallow null bytes. [ #6073 ] [ gh6073 ]
@@ -56,7 +57,9 @@ You can determine your currently installed version using `pip show`:
5657 super ().__init__ (* args, ** kwargs)
5758 self .validators = [v for v in self .validators if not isinstance (v, ProhibitNullCharactersValidator)]
5859 ```
59-
60+ * Add ` OpenAPIRenderer ` and ` generate_schema ` management command. [ #6229 ] [ gh6229 ]
61+ * Add OpenAPIRenderer by default, and add schema docs. [ #6233 ] [ gh6233 ]
62+ * Allow permissions to be composed [ #5753 ] [ gh5753 ]
6063* Allow nullable BooleanField in Django 2.1 [ #6183 ] [ gh6183 ]
6164* Add testing of Python 3.7 support [ #6141 ] [ gh6141 ]
6265* Test using Django 2.1 final release. [ #6109 ] [ gh6109 ]
@@ -84,6 +87,7 @@ You can determine your currently installed version using `pip show`:
8487* Improve ModelSerializer.create() error message. [ #6112 ] [ gh6112 ]
8588* Fix CSRF cookie check failure when using session auth with django 1.11.6+ [ #6113 ] [ gh6113 ]
8689* Updated JWT docs. [ #6138 ] [ gh6138 ]
90+ * Fix autoescape not getting passed to urlize_quoted_links filter [ #6191 ] [ gh6191 ]
8791
8892
8993## 3.8.x series
@@ -2043,3 +2047,8 @@ For older release notes, [please see the version 2.x documentation][old-release-
20432047[ gh6138 ] : https://github.com/encode/django-rest-framework/issues/6138
20442048[ gh6081 ] : https://github.com/encode/django-rest-framework/issues/6081
20452049[ gh6073 ] : https://github.com/encode/django-rest-framework/issues/6073
2050+ [ gh6191 ] : https://github.com/encode/django-rest-framework/issues/6191
2051+ [ gh6060 ] : https://github.com/encode/django-rest-framework/issues/6060
2052+ [ gh6233 ] : https://github.com/encode/django-rest-framework/issues/6233
2053+ [ gh5753 ] : https://github.com/encode/django-rest-framework/issues/5753
2054+ [ gh6229 ] : https://github.com/encode/django-rest-framework/issues/6229
0 commit comments