Modify ↓
Ticket #1151 (closed enhancement: invalid)
Add add_foreign_key to the database API
| Reported by: | valtron2000@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | databaseapi | Version: | 0.7.6 |
| Keywords: | Cc: |
Description
Right now I'm using db.execute(db.foreign_key_sql(...)), but it's not proper since foreign_key_sql isn't documented anywhere.
Attachments
Change History
comment:1 Changed 9 months ago by andrew
- Status changed from new to closed
- Resolution set to invalid
Note: See
TracTickets for help on using
tickets.

I don't exactly get what bug this is - South adds new ForeignKeys? just fine using the main add field interface, and if it's altering of foreign keys then you want #1073. Closing.