django/django/db
Simon Charette 78739faedb [1.5.x] Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.
Backport of f58efd07f from master.
2013-01-08 20:16:14 +01:00
..
backends [1.5.x] Created special PostgreSQL text indexes when unique is True 2013-01-07 21:02:02 +01:00
models [1.5.x] Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base. 2013-01-08 20:16:14 +01: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 #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:16:03 +01:00