From b7336ec17917a5cea92e90ac7d1ede6f4c25fdd3 Mon Sep 17 00:00:00 2001 From: Kristian Glass Date: Fri, 22 Aug 2014 12:24:46 +0200 Subject: [PATCH] Fixed #23342 -- Clarified warning about naive time objects. Thanks to apollo13 for suggested wording. --- docs/topics/i18n/timezones.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index d42ca09707..67c3d613f3 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: