1
0
mirror of https://github.com/django/django.git synced 2025-07-29 22:19:13 +00:00

Clarified admonition in GeneratedField docs.

This commit is contained in:
Adam Zapletal 2025-02-19 09:44:44 -06:00 committed by Sarah Boyce
parent 7500044a82
commit 43766c70bd

View File

@ -1315,8 +1315,8 @@ materialized view.
.. admonition:: Refresh the data .. admonition:: Refresh the data
Since the database always computed the value, the object must be reloaded Since the database computes the value, the object must be reloaded to
to access the new value after :meth:`~Model.save()`, for example, by using access the new value after :meth:`~Model.save()`, for example, by using
:meth:`~Model.refresh_from_db()`. :meth:`~Model.refresh_from_db()`.
.. admonition:: Database limitations .. admonition:: Database limitations