Opened 5 years ago

Last modified 5 years ago

#30849 closed New feature

Enabling hooking into the autodetector from a third-party app. — at Version 2

Reported by: Emil 'Skeen' Madsen Owned by: Emil 'Skeen' Madsen
Component: Migrations Version: 2.2
Severity: Normal Keywords: automigrator
Cc: Simon Charette Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Emil 'Skeen' Madsen)

Idea and motivation presented on the mailinglist

Summed up, what I suggest is:

  • Creating a new signal fired from within the autodetector to allow third-party apps to generate migrationfiles with their own custom operations within them.

One compelling use-case for this, is automatically generating database constraints based upon querysets (see the mailinglist post for details).

Change History (2)

comment:1 by Emil 'Skeen' Madsen, 5 years ago

Owner: changed from nobody to Emil 'Skeen' Madsen
Status: newassigned

comment:2 by Emil 'Skeen' Madsen, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top