django1/django/db
Anssi Kääriäinen 92d7f541da Fixed #19058 -- Fixed Oracle GIS crash
The problem is the same as in #10888 which was reintroduced when
bulk_insert was added. Thanks to Jani Tiainen for report, patch and
also testing the final patch on Oracle GIS.
2012-11-15 16:08:06 +02:00
..
backends Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +02:00
models Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +02: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