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