--
Ticket URL: <https://code.djangoproject.com/ticket/29263>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* component: Uncategorized => Database layer (models, ORM)
* resolution: => invalid
Comment:
That's
[https://docs.djangoproject.com/en/stable/ref/models/instances/#django.db.models.Model.refresh_from_db
by design]:
Only fields of the model are reloaded from the database. Other database-
dependent values such as annotations aren’t reloaded. Any @cached_property
attributes aren’t cleared either.
--
Ticket URL: <https://code.djangoproject.com/ticket/29263#comment:1>