django1/django/core/management
Malcolm Tredinnick 595e75e8dd Fixed #5729 -- For MySQL (only), always delay the creation of foreign key
references, for all tables, until after the table has been created. This means
that when using the InnoDB storage engine, true foreign key constraints are
created (inline "REFERENCES" are ignored by InnoDB, unfortunately).

Fully backwards compatible.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-04 05:05:24 +00:00
..
commands Wrapped some long lines and orginized imports. 2007-10-27 16:09:52 +00:00
__init__.py Added to docstring of `setup_environ` about what the function returns. 2007-10-27 16:03:24 +00:00
base.py Removed unneeded use of `len()` in a couple expressions. 2007-10-13 18:45:49 +00:00
color.py Some Django coding style fixes. 2007-10-13 15:59:54 +00:00
sql.py Fixed #5729 -- For MySQL (only), always delay the creation of foreign key 2007-11-04 05:05:24 +00:00
validation.py Fixed #3265 -- Made it a validation error to have field names with trailing 2007-10-21 21:53:18 +00:00