mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #17262 -- Refactored tzinfo implementations.
This commit deprecates django.utils.tzinfo in favor of the more recent django.utils.timezone which was introduced when Django gained support for time zones.
This commit is contained in:
parent
9d700322b3
commit
ec2778b445
8 changed files with 117 additions and 21 deletions
|
@ -417,6 +417,8 @@ these changes.
|
|||
|
||||
* ``django.utils.importlib`` will be removed.
|
||||
|
||||
* ``django.utils.tzinfo`` will be removed.
|
||||
|
||||
* ``django.utils.unittest`` will be removed.
|
||||
|
||||
* The ``syncdb`` command will be removed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue