﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34188	Add a section on refresh_from_db to the Multiple databases documentation	martinmain93	Leo Tom	"I've recently implemented multiple databases in a project using a read-replica setup, and everything went quite smoothly. The docs ( https://docs.djangoproject.com/en/4.1/topics/db/multi-db/) were helpful to set up a simple database router and the appropriate config changes. One of the first big issues I ran into was that I quickly ran into errors any time in the app that `refresh_from_db` was being used. Because of the nature of the command, it's usually being issued when some action was committed and I want to get the latest data from the database. Of course this is going to be an issue with multiple databases. With some digging, I discovered that you can indeed use `refresh_from_db(using=db)` to select the default database. This quickly solved the issue.

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."	Uncategorized	closed	Documentation	4.1	Normal	wontfix			Unreviewed	0	0	0	0	1	0
