Opened 14 years ago
Last modified 6 years ago
#14204 closed
Take advantage of (newish) SQLlite support for FK constraints — at Initial Version
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | sqlite, foreign key |
Cc: | me@…, Simon Charette | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
SQLite3 3.6.19 from Oct 14 2009 adds support for enforcing these constraints. See http://www.sqlite.org/foreignkeys.html
Creating this ticket to track of this feature, with an initial implementation patch to get feedback. Will also open a django-dev thread.
Note:
See TracTickets
for help on using tickets.
First implementation