mirror of
https://github.com/django/django.git
synced 2025-08-02 10:02:41 +00:00
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
This commit is contained in:
parent
25264d4e2a
commit
1b0365ad34
3 changed files with 0 additions and 232 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue