diff options
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. |
