mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Updated doc links to point to Python 3 documentation
This commit is contained in:
@@ -944,8 +944,8 @@ the app cache was a private API, obsolete methods and arguments will be
|
||||
removed through a standard deprecation path, with the exception of the
|
||||
following changes that take effect immediately:
|
||||
|
||||
* ``get_model`` raises :exc:`~exceptions.LookupError` instead of returning
|
||||
``None`` when no model is found.
|
||||
* ``get_model`` raises :exc:`LookupError` instead of returning ``None`` when no
|
||||
model is found.
|
||||
|
||||
* The ``only_installed`` argument of ``get_model`` and ``get_models`` no
|
||||
longer exists, nor does the ``seed_cache`` argument of ``get_model``.
|
||||
@@ -1005,9 +1005,9 @@ pytz may be required
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If your project handles datetimes before 1970 or after 2037 and Django raises
|
||||
a :exc:`~exceptions.ValueError` when encountering them, you will have to
|
||||
install pytz_. You may be affected by this problem if you use Django's time
|
||||
zone-related date formats or :mod:`django.contrib.syndication`.
|
||||
a :exc:`ValueError` when encountering them, you will have to install pytz_. You
|
||||
may be affected by this problem if you use Django's time zone-related date
|
||||
formats or :mod:`django.contrib.syndication`.
|
||||
|
||||
.. _pytz: https://pypi.python.org/pypi/pytz/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user