summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-05Very small docstring correction.Luke Plant
2011-09-21Fixed #16353 -- don't try to create Site objects on all databases. Refs #1557...Carl Meyer
2011-09-11Added an implementation of bulk insert via the ORM to the Oracle DB backend.Ramiro Morales
2011-09-11Fixed #14138 -- Removed a superfluous import in the sqlite3 DB backend.Ramiro Morales
2011-09-10Remove a bunch of deadcode/dead imports.Alex Gaynor
2011-09-10Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...Russell Keith-Magee
2011-09-10Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th...Alex Gaynor
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-08-29Follow the same convention as the rest of the file.Honza Král
2011-08-29Forgotten import in [16708]Honza Král
2011-08-29Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr...Honza Král
2011-08-13Fixed #16613 -- Fixed test for introspected foreign keys in the MySQL backend...Jannis Leidel
2011-08-08Added fixtures files missing from [16590].Ramiro Morales
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-06Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...Ramiro Morales
2011-07-05Rolled back r16510, r16513 and r16514 because it wasn't ready.Jannis Leidel
2011-07-04Fixed #15255 -- Stopped database cache from ignoring database routers when cr...Jannis Leidel
2011-06-19Removed more code for handling of PostgreSQL versions older than 8.2; use alw...Ramiro Morales
2011-06-19Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...Ramiro Morales
2011-06-16Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.Ramiro Morales
2011-06-13Removed duplicate entry in introspection PostgreSQL db backend.Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-10More removal of poorly legible constructs to workaround Python 2.4 shortcomings.Ramiro Morales
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-05-10Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss
2011-04-18Fixed #15534: Made the Oracle runtime test for regex capabilities use the !Da...Ian Kelly
2011-04-15Fixed #15573: Forced the default site id to be 1 when creating test databases...Ian Kelly
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2011-04-02Removed deprecated DB backend functions for creating m2m tables.Russell Keith-Magee
2011-03-28Simplified sqlite backend ImproperlyConfigured check now that we don't suppor...Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-09Fixed another case-sensitivity bug in Oracle introspection. This one was har...Ian Kelly
2011-03-09Fixed a case-sensitivity bug in Oracle introspection that was preventing insp...Ian Kelly
2011-03-08Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly
2011-02-19Fixed #15327 -- Modified the Oracle test database signature method to allow f...Russell Keith-Magee
2011-02-14Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...Russell Keith-Magee
2011-02-14Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. T...Russell Keith-Magee
2011-02-12Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro f...Russell Keith-Magee
2011-02-12Fixed #15289 -- Removed a redundant __getattr__ implementation from the debug...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-12Changeset r15232 refactored transactions so that all transaction state is mai...Russell Keith-Magee
2011-02-06Fixed #15230 -- added some more attributes to the dummy database backend.Alex Gaynor
2011-02-02Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...Ramiro Morales
2011-02-01Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...Russell Keith-Magee