diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-18 11:21:21 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 09:32:33 -0500 |
| commit | 1b0365ad34151f266fe3faecb4edf31a51a8642c (patch) | |
| tree | 4258aacd6970e4dffba58c8e8878b9679da53a31 /docs | |
| parent | 25264d4e2a4b3fd6a25e6b617388ea24f3d48d63 (diff) | |
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 2ed5cee619..f3e1520502 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -1121,26 +1121,3 @@ For a complete discussion on the usage of the following see the Session key under which the active language for the current session is stored. - -``django.utils.tzinfo`` -======================= - -.. deprecated:: 1.7 - Use :mod:`~django.utils.timezone` instead. - -.. module:: django.utils.tzinfo - :synopsis: Implementation of ``tzinfo`` classes for use with ``datetime.datetime``. - -.. class:: FixedOffset - - Fixed offset in minutes east from UTC. - - .. deprecated:: 1.7 - Use :func:`~django.utils.timezone.get_fixed_timezone` instead. - -.. class:: LocalTimezone - - Proxy timezone information from time module. - - .. deprecated:: 1.7 - Use :func:`~django.utils.timezone.get_default_timezone` instead. |
