summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.txt3
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
~~~~~~~~~~~~~~~~~~~~~~