Opened 9 years ago
Last modified 3 years ago
#24800 new New feature
Add logging of applied/unapplied migrations
Reported by: | Markus Holtermann | Owned by: | |
---|---|---|---|
Component: | Migrations | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
The idea is to have some kind of audit log for which migrations are applied and unapplied on a production system.
Mailing list thread: https://groups.google.com/forum/#!topic/django-developers/l28Hh8Sgxnw
Change History (4)
comment:1 Changed 9 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 Changed 8 years ago by
Has patch: | set |
---|---|
Status: | new → assigned |
comment:3 Changed 8 years ago by
Patch needs improvement: | set |
---|---|
Summary: | Provide logging capabilities for migrations → Add logging of applied/unapplied migrations |
comment:4 Changed 3 years ago by
Owner: | Markus Holtermann deleted |
---|---|
Status: | assigned → new |
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/django/django/pull/5279