summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJames Aylett <james@tartarus.org>2016-02-09 15:00:14 +0000
committerTim Graham <timograham@gmail.com>2016-02-23 18:51:43 -0500
commit1ff6e37de46f0cbf271a287a0ca67678e741a90a (patch)
tree00db8ec13fb90be9ffecdbf5442a14bc91487dff /docs/internals
parenteda306f1cec20d490d5dc798ddaa8e8e8d13f26e (diff)
Fixed #23832 -- Added timezone aware Storage API.
New Storage.get_{accessed,created,modified}_time() methods convert the naive time from now-deprecated {accessed,created_modified}_time() methods into aware objects in UTC if USE_TZ=True.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index d1f877aa06..6e593c787d 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -135,6 +135,9 @@ details on these changes.
* Support for the template ``Context.has_key()`` method will be removed.
+* Support for the ``django.core.files.storage.Storage.accessed_time()``,
+ ``created_time()``, and ``modified_time()`` methods will be removed.
+
.. _deprecation-removed-in-1.10:
1.10