From baea0f644ee580ef4a0cec55af95377e1d7171e3 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Wed, 19 Feb 2025 09:44:44 -0600 Subject: [PATCH] [5.2.x] Clarified admonition in GeneratedField docs. Backport of 43766c70bd2939771b7f37104866316faa34606b from main. --- docs/ref/models/fields.txt | 4 ++-- 1 file 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