#27137 closed New feature (worksforme)
Document how to disable migrations for an application
Reported by: | Aymeric Augustin | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Apparently it's possible to pass "None" to MIGRATION_MODULES to disable migrations for a given app, see:
- https://code.djangoproject.com/ticket/26401#comment:9
- https://code.djangoproject.com/ticket/22986#comment:7
This special value wasn't mentioned in #22032.
I think it's a reasonable and useful behavior that we should be able to maintain in the future, so it would be good to document it.
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It's a new feature in Django 1.9 documented in settings.MIGRATION_MDOULES. Is it sufficient?