Skip to content

Commit ad942bb

Browse files
committed
Add release note for #5273
1 parent 3d89edc commit ad942bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,16 @@ You can determine your currently installed version using `pip freeze`:
5050

5151
**Possible backwards compatibility break** if you were relying on datetime strings being UTC. Have client interpret datetimes or [set default or active timezone (docs)][djangodocs-set-timezone] to UTC if needed.
5252

53+
* Removed DjangoFilterBackend inline with deprecation policy. Use `django_filters.rest_framework.FilterSet` and/or `django_filters.rest_framework.DjangoFilterBackend` instead. [#5273][gh5273]
54+
55+
5356
<!-- 3.7.0 -->
5457
[gh5376]: https://github.com/encode/django-rest-framework/issues/5376
5558
[gh5422]: https://github.com/encode/django-rest-framework/issues/5422
5659
[gh5408]: https://github.com/encode/django-rest-framework/issues/5408
5760
[gh3732]: https://github.com/encode/django-rest-framework/issues/3732
5861
[djangodocs-set-timezone]: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#default-time-zone-and-current-time-zone
62+
[gh5273]: https://github.com/encode/django-rest-framework/issues/5273
5963

6064

6165
## 3.6.x series

0 commit comments

Comments
 (0)