#2665 closed defect (duplicate)
Allow customizing a m2m table name
| Reported by: | Owned by: | Malcolm Tredinnick | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
while porting a legacy app i wanted to use the existing table name for the m2m table
malcolmt: cain: yeah, you can't control that name (yet). One day it should be possible, though, since it bit me recently when porting a legacy app.
Note:
See TracTickets
for help on using tickets.
Turns out that this a duplicate of #785. That ticket also brings up the related issue of controlling the column names.