mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #31486 -- Deprecated passing unsaved objects to related filters.
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
This commit is contained in:
parent
11cc227344
commit
2b6a3baebe
4 changed files with 46 additions and 1 deletions
|
|
@ -85,6 +85,8 @@ details on these changes.
|
|||
objects without providing the ``chunk_size`` argument will no longer be
|
||||
allowed.
|
||||
|
||||
* Passing unsaved model instances to related filters will no longer be allowed.
|
||||
|
||||
.. _deprecation-removed-in-4.1:
|
||||
|
||||
4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue