django1/django/db
Anssi Kääriäinen 421e599ad3 [1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs
Backpatch of 0a0a0d66b3
2012-11-24 01:20:22 +02:00
..
backends [1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs 2012-11-24 01:20:22 +02:00
models [1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressions 2012-11-23 20:07:50 +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