-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MongoRouter to DATABASE_ROUTERS #10
base: 5.0.x
Are you sure you want to change the base?
Conversation
aclark4life
commented
Feb 24, 2025
- Add a database router so dumpdata can ignore embedded models mongodb/django-mongodb-backend#259
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd order that under DATABASES
. (Obviously, can't be merged until the releases happen.)
Not to be overly pedantic, but to maintain consistency, you may want to add a blank line as well. |
One more incidental question is whether or not we're going to follow the pattern of the original template and include a comment for each setting. |
The existing comments usually just link to information about the setting themselves (e.g. https://docs.djangoproject.com/en/dev/ref/settings/#database-routers) rather than explaining the details about each setting's values. |