Skip to content

Commit f8b72f8

Browse files
adamzapsarahboyce
authored andcommitted
[5.1.x] Clarified admonition in GeneratedField docs.
Backport of 43766c7 from main.
1 parent 481b828 commit f8b72f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/models/fields.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,8 +1298,8 @@ materialized view.
12981298

12991299
.. admonition:: Refresh the data
13001300

1301-
Since the database always computed the value, the object must be reloaded
1302-
to access the new value after :meth:`~Model.save()`, for example, by using
1301+
Since the database computes the value, the object must be reloaded to
1302+
access the new value after :meth:`~Model.save()`, for example, by using
13031303
:meth:`~Model.refresh_from_db()`.
13041304

13051305
.. admonition:: Database limitations

0 commit comments

Comments
 (0)