From 1b0365ad34151f266fe3faecb4edf31a51a8642c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 18 Nov 2014 11:21:21 -0500 Subject: Removed django.utils.tzinfo per deprecation timeline; refs #17262. --- docs/ref/utils.txt | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'docs') 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. -- cgit v1.3