Opened 11 years ago
Last modified 3 weeks ago
#24800 assigned New feature
Add logging of applied/unapplied migrations
| Reported by: | Markus Holtermann | Owned by: | Hwayoung Cha |
|---|---|---|---|
| Component: | Migrations | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Ülgen Sarıkavak | 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 (7)
comment:1 by , 11 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 10 years ago
| Has patch: | set |
|---|---|
| Status: | new → assigned |
comment:3 by , 10 years ago
| Patch needs improvement: | set |
|---|---|
| Summary: | Provide logging capabilities for migrations → Add logging of applied/unapplied migrations |
comment:4 by , 5 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:5 by , 20 months ago
| Cc: | added |
|---|
comment:6 by , 4 weeks ago
Hi! I'd like to take this on. I've reviewed PR #5279 and understand the logging level/duplicate output concerns.
I will submit a PR soon. Any feedback welcome!
Version 0, edited 4 weeks ago by (next)
comment:7 by , 4 weeks ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/5279