1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +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:
Albert Defler
2022-02-05 20:00:20 +00:00
committed by Mariusz Felisiak
parent 11cc227344
commit 2b6a3baebe
4 changed files with 46 additions and 1 deletions

View File

@@ -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