diff options
| author | Mark Gensler <mark.gensler@protonmail.com> | 2024-07-18 08:38:06 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-12 13:45:57 +0200 |
| commit | 228128618bd895ecad235d2215f4ad4e3232595d (patch) | |
| tree | e0e73d595dce097d69909bee06c86019c61dc20b /docs | |
| parent | f883bef05457a5a49eb31109429fc01737f82532 (diff) | |
Fixed #35575 -- Added support for constraint validation on GeneratedFields.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index 7ae44cfd97..02a068e5af 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -215,6 +215,9 @@ Models methods such as :meth:`QuerySet.union()<django.db.models.query.QuerySet.union>` unpredictable. +* Added support for validation of model constraints which use a + :class:`~django.db.models.GeneratedField`. + Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ |
