summaryrefslogtreecommitdiff
path: root/docs/releases/5.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.1.txt')
-rw-r--r--docs/releases/5.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index f2a6bccb0c..f068f3e96b 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -281,6 +281,10 @@ Models
reload a model's value. This can be used to lock the row before reloading or
to select related objects.
+* The new :attr:`.Expression.constraint_validation_compatible` attribute allows
+ specifying that the expression should be ignored during a constraint
+ validation.
+
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~