Skip to content

Commit

Permalink
Add release note for #5440
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Sep 26, 2017
1 parent 87f0b3a commit 5cff1b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ You can determine your currently installed version using `pip freeze`:
**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.

* Removed DjangoFilterBackend inline with deprecation policy. Use `django_filters.rest_framework.FilterSet` and/or `django_filters.rest_framework.DjangoFilterBackend` instead. [#5273][gh5273]
* Don't strip microseconds from `time` when encoding. Makes consistent with `datetime`. **BC Change**: Previously only milliseconds were encoded. [#5440][gh5440]


<!-- 3.7.0 -->
Expand All @@ -60,6 +61,7 @@ You can determine your currently installed version using `pip freeze`:
[gh3732]: https://github.com/encode/django-rest-framework/issues/3732
[djangodocs-set-timezone]: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#default-time-zone-and-current-time-zone
[gh5273]: https://github.com/encode/django-rest-framework/issues/5273
[gh5440]: https://github.com/encode/django-rest-framework/issues/5440


## 3.6.x series
Expand Down

0 comments on commit 5cff1b1

Please sign in to comment.