mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest() and latest().
Per deprecation timeline.
This commit is contained in:
parent
da5eb3d56c
commit
1fecde6be9
3 changed files with 9 additions and 37 deletions
|
@ -247,6 +247,9 @@ to remove usage of these features.
|
|||
* Support for the ``context`` argument of ``Field.from_db_value()`` and
|
||||
``Expression.convert_value()`` is removed.
|
||||
|
||||
* The ``field_name`` keyword argument of ``QuerySet.earliest()` and
|
||||
``latest()`` is removed.
|
||||
|
||||
See :ref:`deprecated-features-2.1` for details on these changes, including how
|
||||
to remove usage of these features.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue