mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
255f534590
commit
2c4dc64760
@@ -579,8 +579,7 @@ It's automatically installed along with Django.
|
||||
|
||||
Support for ``settings.TIME_ZONE = None`` is removed as the behavior isn't
|
||||
commonly used and is questionably useful. If you want to automatically detect
|
||||
the timezone based on the system timezone, you can use `tzlocal
|
||||
<https://pypi.org/project/tzlocal/>`_::
|
||||
the timezone based on the system timezone, you can use :pypi:`tzlocal`::
|
||||
|
||||
from tzlocal import get_localzone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user