diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-12 19:31:49 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 4d78d7338cc5cfaa0afcfc9d240d753328bbf399 (patch) | |
| tree | 6ca8214f896a7bb1cfbb2d37f6cc9999ea3ade1f /docs | |
| parent | 139135627650ed6aaaf4c755b82c3bd43f2b8f51 (diff) | |
Refs #31486 -- Removed ability to pass unsaved model instances to related filters.
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index e058f4a76c..a5c5916511 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -322,3 +322,5 @@ to remove usage of these features. * The usage of ``QuerySet.iterator()`` on a queryset that prefetches related objects without providing the ``chunk_size`` argument is no longer allowed. + +* Passing unsaved model instances to related filters is no longer allowed. |
