mirror of https://github.com/django/django.git
Fixed ordering in docs/internals/deprecation.txt.
This commit is contained in:
parent
b31a9149e1
commit
4f88143649
|
@ -29,6 +29,9 @@ details on these changes.
|
|||
* The ``field_name`` keyword argument of ``QuerySet.earliest()`` and
|
||||
``latest()`` will be removed.
|
||||
|
||||
See the :ref:`Django 2.1 release notes <deprecated-features-2.1>` for more
|
||||
details on these changes.
|
||||
|
||||
* ``django.contrib.gis.db.models.functions.ForceRHR`` will be removed.
|
||||
|
||||
* ``django.utils.http.cookie_date()`` will be removed.
|
||||
|
@ -38,9 +41,6 @@ details on these changes.
|
|||
|
||||
* ``django.contrib.staticfiles.templatetags.static()`` will be removed.
|
||||
|
||||
See the :ref:`Django 2.1 release notes <deprecated-features-2.1>` for more
|
||||
details on these changes.
|
||||
|
||||
.. _deprecation-removed-in-2.1:
|
||||
|
||||
2.1
|
||||
|
|
Loading…
Reference in New Issue