summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAdam Zapletal <adamzap@gmail.com>2025-02-19 09:44:44 -0600
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-02-20 14:41:00 +0100
commit43766c70bd2939771b7f37104866316faa34606b (patch)
treedae06641fe2bf9ec4ba9325153c0b338781237aa /docs/ref
parent7500044a825b3e6695f4f0f9e56d5bdc0c5d7988 (diff)
Clarified admonition in GeneratedField docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 6aac892c6f..52cf0b8286 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -1315,8 +1315,8 @@ materialized view.
.. admonition:: Refresh the data
- Since the database always computed the value, the object must be reloaded
- to access the new value after :meth:`~Model.save()`, for example, by using
+ Since the database computes the value, the object must be reloaded to
+ access the new value after :meth:`~Model.save()`, for example, by using
:meth:`~Model.refresh_from_db()`.
.. admonition:: Database limitations