django1/django/db
Tim Graham 4e8b167e4d Fixed MySQL build failure introduced by refs #24390.
Added table_name back to _create_index_sql() to prevent
duplicate index names on MySQL.
2015-03-02 13:07:34 -05:00
..
backends Fixed MySQL build failure introduced by refs #24390. 2015-03-02 13:07:34 -05:00
migrations Prevented makemigrations from writing in sys.path[0]. 2015-02-23 19:55:10 +01:00
models Fixed #24418 -- Prevented crash in refresh_from_db with null fk 2015-02-27 20:23:07 +01:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:34:09 +07:00