django1/django/db
Tim Graham ab4f709da4 Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Thanks john_scott for the report and Markus Holtermann for review.
2014-12-30 07:54:05 -05:00
..
backends Fixed #23581 -- Prevented extraneous DROP DEFAULT statements. 2014-12-30 07:54:05 -05:00
migrations Fixed #23938 -- Added migration support for m2m to concrete fields and vice versa 2014-12-29 13:41:12 -05:00
models Fixed #23753 -- Oracle failure with Coalesce 2014-12-29 19:44:13 +11: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 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
utils.py Fixed #21255 -- Closed connections after management command ran 2014-12-29 19:02:45 +01:00