Skip to content

Commit 6c15585

Browse files
Update docs/community/release-notes.md
Co-authored-by: Bruno Alla <[email protected]>
1 parent d54f8be commit 6c15585

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/community/release-notes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,16 @@ You can determine your currently installed version using `pip show`:
4040

4141
Date: 6th June 2023
4242

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)]
4453
* Add NullBooleanField deprecation to docs [[#8999](https://github.com/encode/django-rest-framework/pull/8999)]
4554
* Fix example of `requires_context` attribute [[#8952](https://github.com/encode/django-rest-framework/pull/8952)]
4655
* Fix validation for ListSerializer [[#8979](https://github.com/encode/django-rest-framework/pull/8979)]

0 commit comments

Comments
 (0)