django1/django
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
..
apps Removed the only_installed argument of Apps.get_models. 2013-12-28 20:54:26 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Simplied some code in django.conf.__init__. 2013-12-18 18:23:25 -05:00
contrib Changed get_model to raise an exception on errors. 2013-12-28 20:53:00 +01:00
core Fixed #21242 -- Allowed more IANA schemes in URLValidator 2013-12-28 21:25:32 +01:00
db Added generation of SQLite FK DDL in initial migrations. 2013-12-28 18:00:16 -03:00
dispatch Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
forms Refs #17413 -- Added isinstance backward compatibility on ErrorList. 2013-12-18 08:59:53 -05:00
http Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
middleware Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
template Don't try to load app directory templates from apps with a path (eg eggs) 2013-12-27 11:42:24 +01:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Properly app_template_dirs when INSTALLED_APPS change. 2013-12-27 11:17:25 +01:00
utils Fixed #20346 -- Made cache middleware vary on the full URL. 2013-12-28 11:20:18 -05:00
views Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00