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:43:22 +0100
commitf8b72f8547ca2c490f553584ec59f61c92221712 (patch)
tree624e3aee9fbef3db448af8d37a624b8dcfc37895 /docs/ref
parent481b82802d0f4a6c168f3847d76b2433b5e84c6f (diff)
[5.1.x] Clarified admonition in GeneratedField docs.
Backport of 43766c70bd2939771b7f37104866316faa34606b from main.
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 5363c69794..5a0ee47caa 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -1298,8 +1298,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