Skip to content

Commit

Permalink
Fixed #22523 -- Clarified pytz requirement.
Browse files Browse the repository at this point in the history
Thanks z for the report and timo for the proposal.
  • Loading branch information
aaugustin committed Apr 29, 2014
1 parent 650065f commit 0fb7570
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/topics/i18n/timezones.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0fb7570

Please sign in to comment.