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

@@ -15,6 +15,8 @@ about each item can often be found in the release notes of two versions prior.
See the :ref:`Django 2.2 release notes <deprecated-features-2.2>` for more
details on these changes.
* ``django.utils.timezone.FixedOffset`` will be removed.
.. _deprecation-removed-in-3.0:
3.0