Opened 5 years ago
Last modified 5 years ago
#30849 closed New feature
Enabling hooking into the autodetector from a third-party app. — at Initial Version
Reported by: | Emil 'Skeen' Madsen | Owned by: | nobody |
---|---|---|---|
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
Idea and motivation presented on the mailinglist
Summed up, what I suggest is:
- Creating a new signal fired from within the automigrator 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).
Note:
See TracTickets
for help on using tickets.