django1/django/db
Tim Graham 65bff161ff [1.8.x] Fixed #25618 -- Added a helpful error message when Django & south migrations exist in the same directory. 2015-10-28 09:59:32 -04:00
..
backends [1.8.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names. 2015-10-06 12:33:24 -04:00
migrations [1.8.x] Fixed #25618 -- Added a helpful error message when Django & south migrations exist in the same directory. 2015-10-28 09:59:32 -04:00
models [1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-10-25 06:02:21 -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 [1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:31:13 +02:00
utils.py [1.8.x] Refs #24979 -- Used inspect.getargspec() on Python 3.2. 2015-10-26 12:25:34 -04:00