summaryrefslogtreecommitdiff
path: root/docs/ref/models/expressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/models/expressions.txt')
-rw-r--r--docs/ref/models/expressions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt
index 52a1022771..50560dfa9b 100644
--- a/docs/ref/models/expressions.txt
+++ b/docs/ref/models/expressions.txt
@@ -996,6 +996,13 @@ calling the appropriate methods on the wrapped expression.
.. class:: Expression
+ .. attribute:: allowed_default
+
+ .. versionadded:: 5.0
+
+ Tells Django that this expression can be used in
+ :attr:`Field.db_default`. Defaults to ``False``.
+
.. attribute:: contains_aggregate
Tells Django that this expression contains an aggregate and that a