From f6e9127483fe09601ed176d0e56bb77bd5cf9b8c Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 29 Apr 2014 08:32:10 +0200 Subject: [PATCH] [1.6.x] Fixed #22523 -- Clarified pytz requirement. Thanks z for the report and timo for the proposal. Backport of 0fb7570 from master --- docs/topics/i18n/timezones.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index 839813a823..eb305f3078 100644 --- a/docs/topics/i18n/timezones.txt +++ b/docs/topics/i18n/timezones.txt @@ -30,7 +30,9 @@ interacting with end users. Time zone support is disabled by default. To enable it, set :setting:`USE_TZ = True ` in your settings file. Installing pytz_ is highly recommended, -but not mandatory. It's as simple as: +but may not be mandatory depending on your particular database backend, +operating system and time zone. If you encounter an exception querying dates +or times, please try installing it before filing a bug. It's as simple as: .. code-block:: bash