Opened 14 years ago

Last modified 5 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.

Change History (1)

by Ramiro Morales, 14 years ago

First implementation

Note: See TracTickets for help on using tickets.
Back to Top