diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-04-29 08:32:10 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-04-29 08:33:15 +0200 |
| commit | 0fb7570c5cc89e6a8adaa5052574de29ccf6adde (patch) | |
| tree | 19c6b44c5a8e5ee83b16730fb0b408167aad59ef /docs | |
| parent | 650065f0ef9daf2bf2fc6b36c33e071f510d253a (diff) | |
Fixed #22523 -- Clarified pytz requirement.
Thanks z for the report and timo for the proposal.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/timezones.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index 23b0f197a1..6c6f12eb4b 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 <USE_TZ>` 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 |
