summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Glass <git@doismellburning.co.uk>2014-08-22 12:24:46 +0200
committerTim Graham <timograham@gmail.com>2014-08-22 11:40:07 -0400
commitd3c75da7fbcdf5d32ab332c9de276e1ffd15f312 (patch)
treece8415a2947a5b84b9329153bbf32263ed751532
parentf8344398fc4156a6367c40987a9de70fd2ad22ce (diff)
[1.6.x] Fixed #23342 -- Clarified warning about naive time objects.
Thanks to apollo13 for suggested wording. Backport of b7336ec179 from master
-rw-r--r--docs/topics/i18n/timezones.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt
index 38d412df5a..ae869f2357 100644
--- a/docs/topics/i18n/timezones.txt
+++ b/docs/topics/i18n/timezones.txt
@@ -102,7 +102,8 @@ should be aware too. In this mode, the example above becomes::
lead to questionable usefulness".
Django only supports naive time objects and will raise an exception if you
- attempt to save an aware time object.
+ attempt to save an aware time object, as a timezone for a time with no
+ associated date does not make sense.
.. _naive-datetime-objects: