You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/release-notes.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,16 @@ You can determine your currently installed version using `pip show`:
40
40
41
41
Date: 6th June 2023
42
42
43
-
* Remove dependency on pytz [[#8984](https://github.com/encode/django-rest-framework/pull/8984)]
43
+
* Fix compatibility issues between django-filter and CoreAPI by swapping imports order in compat module [[#4601](https://github.com/encode/django-rest-framework/pull/4601)]
44
+
* Fix `SearchFilter` rendering search field with invalid value [[#9023](https://github.com/encode/django-rest-framework/pull/9023)]
45
+
* Fix OpenAPI Schema yaml rendering for `timedelta`[[#9007](https://github.com/encode/django-rest-framework/pull/9007)]
46
+
* Fix `NamespaceVersioning` ignoring `DEFAULT_VERSION` on non-None namespaces [[#7278](https://github.com/encode/django-rest-framework/pull/7278)]
47
+
* Added Deprecation Warnings for CoreAPI [[#7519](https://github.com/encode/django-rest-framework/pull/7519)]
48
+
* Removed usage of `field.choices` that triggered full table load [[#8950](https://github.com/encode/django-rest-framework/pull/8950)]
49
+
* Permit mixed casing of string values for `BooleanField` validation [[#8970](https://github.com/encode/django-rest-framework/pull/8970)]
50
+
* Fixes `BrowsableAPIRenderer` for usage with `ListSerializer`. [[#7530](https://github.com/encode/django-rest-framework/pull/7530)]
51
+
* Change semantic of `OR` of two permission classes [[#7522](https://github.com/encode/django-rest-framework/pull/7522)]
52
+
* Remove dependency on `pytz`[[#8984](https://github.com/encode/django-rest-framework/pull/8984)]
44
53
* Add NullBooleanField deprecation to docs [[#8999](https://github.com/encode/django-rest-framework/pull/8999)]
45
54
* Fix example of `requires_context` attribute [[#8952](https://github.com/encode/django-rest-framework/pull/8952)]
46
55
* Fix validation for ListSerializer [[#8979](https://github.com/encode/django-rest-framework/pull/8979)]
0 commit comments