django1/django/db
Alex Gaynor 69a0c91c90 [1.5.x]Merge pull request #494 from mrj0/model_split
model_split: Fixed #19236 - fixed error for abstract models with a split method

Backport of 8d3f932f18
2012-11-04 14:21:49 -08:00
..
backends [1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. Backport of 4285571c5a. 2012-11-04 10:26:59 -08:00
models [1.5.x]Merge pull request #494 from mrj0/model_split 2012-11-04 14:21:49 -08:00
__init__.py [1.5.x] Fixed #18575 -- Empty DATABASES should default to dummy backend 2012-10-28 23:46:54 +01:00
transaction.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
utils.py [1.5.x] Fixed #18575 -- Empty DATABASES should default to dummy backend 2012-10-28 23:46:54 +01:00