django1/django/db
Mike Johnson 088f68252d use six.string_types for python3 2012-11-04 14:16:32 -08:00
..
backends Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. 2012-11-04 10:16:06 -08:00
models use six.string_types for python3 2012-11-04 14:16:32 -08:00
__init__.py Fixed #18575 -- Empty DATABASES should default to dummy backend 2012-10-28 23:44:03 +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 Fixed #18575 -- Empty DATABASES should default to dummy backend 2012-10-28 23:44:03 +01:00