We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When you supply None as a value for an app, Django will consider the app as an app without migrations regardless of an existing migrations submodule
Reference: https://docs.djangoproject.com/en/5.1/ref/settings/#migration-modules
The text was updated successfully, but these errors were encountered:
Hmm, interesting. So something like this:
APP_CONFIG = AppConfig( app_name="my_app", migrations_folder_path=None, )
Sorry, something went wrong.
#1161 (comment)
Does it already work? Or is it a new thing?
At the moment it looks like it always needs the migration folder - so we would have to add support for None.
None
No branches or pull requests
Reference: https://docs.djangoproject.com/en/5.1/ref/settings/#migration-modules
The text was updated successfully, but these errors were encountered: