django1/django/db
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
..
backends Added generation of SQLite FK DDL in initial migrations. 2013-12-28 18:00:16 -03:00
migrations Changed get_model to raise an exception on errors. 2013-12-28 20:53:00 +01:00
models Removed the only_installed argument of Apps.get_models. 2013-12-28 20:54:26 +01:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00