Opened 10 years ago

Last modified 11 months 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: Ü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
Pull Requests:5279 unmerged

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

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
  • If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (5)

comment:1 by Tim Graham, 10 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Markus Holtermann, 9 years ago

Has patch: set
Status: newassigned

comment:3 by Tim Graham, 9 years ago

Patch needs improvement: set
Summary: Provide logging capabilities for migrationsAdd logging of applied/unapplied migrations

comment:4 by Mariusz Felisiak, 4 years ago

Owner: Markus Holtermann removed
Status: assignednew

comment:5 by Ülgen Sarıkavak, 11 months ago

Cc: Ülgen Sarıkavak added
Note: See TracTickets for help on using tickets.
Back to Top