1
0
mirror of https://github.com/django/django.git synced 2025-02-25 01:25:34 +00:00

Fixed #22523 -- Clarified pytz requirement.

Thanks z for the report and timo for the proposal.
This commit is contained in:
Aymeric Augustin 2014-04-29 08:32:10 +02:00
parent 650065f0ef
commit 0fb7570c5c

View File

@ -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