diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-02 21:55:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-22 12:51:19 -0400 |
| commit | 4a461d49c775331ed52418f007974d61be1e06b9 (patch) | |
| tree | 3a4b5d6a96c1fc395fcaa3e263290386f9c81525 /docs | |
| parent | 5446b72003790fc98bd926f7196b26cc5db63c5a (diff) | |
Advanced deprecation warnings for Django 2.1.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index bc487cece9..1b7d5f73a9 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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. + .. _deprecation-removed-in-2.1: 2.1 |
