diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-08 02:04:31 -0500 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-09 22:32:51 +0200 |
| commit | ec2778b445546f624d3b3a1f2118e751b10bb2e7 (patch) | |
| tree | 1ea949e943904505974c48e1219d5593528664c1 /docs/internals | |
| parent | 9d700322b38ea670800a97f2b92dd2fc2c6ff28d (diff) | |
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.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 307f4dec64..054e3b32fc 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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. |
