django1/django/db/backends/sqlite3
Ramiro Morales 5782c94f23 Added generation of SQLite FK DDL in initial migrations.
SQLite accepts the relevant standard SQL (although by default it doesn't
enforce the constraint), and the 'traditional' creation backend helper
generate it, so this allows us to:

- Maintain the status quo
- Improve readability of the SQL code generated for that backend.

Also, we will need this for when we fix Refs #14204.
2013-12-28 18:00:16 -03:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
client.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
creation.py Fixed #10164 -- Made AutoField increase monotonically on SQLite 2013-09-06 12:31:17 -04:00
introspection.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
schema.py Added generation of SQLite FK DDL in initial migrations. 2013-12-28 18:00:16 -03:00