1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.

This commit is contained in:
Sergey Fedoseev
2018-07-10 01:33:36 +05:00
committed by Tim Graham
parent 8b1d361f28
commit 338f741c5e
7 changed files with 38 additions and 12 deletions

View File

@@ -239,4 +239,5 @@ Features deprecated in 2.2
Miscellaneous
-------------
* ...
* ``django.utils.timezone.FixedOffset`` is deprecated in favor of
:class:`datetime.timezone`.