django1/django/db
Claude Paroz b4627bcabe [1.5.x] Fixed #18575 -- Empty DATABASES should default to dummy backend
Thanks delormemarco@gmail.com for the report.

Backport of f1cc2be0c from master.
2012-10-28 23:46:54 +01:00
..
backends [1.5.x] Fixed Oracle failure for "%" in table name 2012-10-27 19:24:48 +03:00
models [1.5.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_field 2012-10-28 17:34:14 +02: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