I think it would be very useful to anyone setting up a multi db setup to
have a short section on the Multiple Databases docs that includes this
information.
--
Ticket URL: <https://code.djangoproject.com/ticket/34188>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Leo Tom
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34188#comment:1>
* status: assigned => closed
* resolution: => wontfix
Comment:
I think this is already covered by the note in the
[https://docs.djangoproject.com/en/4.1/ref/models/instances/#django.db.models.Model.refresh_from_db
refresh_from_db docs]:
> The reloading happens from the database the instance was loaded from, or
from the default database if the instance wasn’t loaded from the database.
The `using` argument can be used to force the database used for reloading.
--
Ticket URL: <https://code.djangoproject.com/ticket/34188#comment:2>