django1/django/db
Claude Paroz 02260ea3f6 Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Thanks Simon Percivall for the report, and Simon Charette and Tim
Graham for the reviews.
2015-04-17 10:25:15 +02:00
..
backends Fixed #24595 -- Prevented loss of null info in MySQL field alteration 2015-04-17 10:25:15 +02:00
migrations Fixed #24514 -- Made migration writer omit models import if it's unused. 2015-04-10 07:04:26 -04:00
models Fixed #24605 -- Fixed incorrect reference to alias in subquery. 2015-04-16 09:22:00 -04: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 #24394 -- Allowed running tests with empty default dictionary. 2015-03-25 17:56:59 -04:00