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
Age
Commit message (
Expand
)
Author
2012-01-30
Fixed #10868 -- Stopped restoring database connections after the tests' execu...
Julien Phalip
2012-01-24
Added a missing warning forgotten in r17392.
Jannis Leidel
2012-01-24
Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...
Jannis Leidel
2012-01-22
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2012-01-12
Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebu...
Aymeric Augustin
2012-01-07
Added missing bits of r17352. Refs #17513.
Aymeric Augustin
2012-01-07
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...
Aymeric Augustin
2012-01-05
Added support for savepoints to the MySQL DB backend.
Ramiro Morales
2012-01-03
Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...
Julien Phalip
2012-01-02
Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its...
Julien Phalip
2011-12-25
Fixed #17047 -- Improved django.db.utils.load_backend to raise a better excep...
Jannis Leidel
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-16
Ensured that thread-shareability gets validated when closing a PostgreSQL or ...
Julien Phalip
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-12-11
Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn'...
Aymeric Augustin
2011-12-09
Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't ...
Adrian Holovaty
2011-12-07
Simplified time zone support in the Oracle backend. Avoided outputtypehandler...
Aymeric Augustin
2011-12-05
Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,...
Adrian Holovaty
2011-11-29
Small code clarification in prefetch_related code using better variable names
Luke Plant
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-20
Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...
Aymeric Augustin
2011-11-19
Fixed #17263 -- Added a warning when a naive datetime reaches the database la...
Aymeric Augustin
2011-11-19
Fixed #15255 -- Ensured createcachetable honors database routers.
Aymeric Augustin
2011-11-19
Used symbolic constants for psycopg2 isolation levels.
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-13
Fixed #13640: Avoid generating an exception when a model has an attribute nam...
Karen Tracey
2011-11-12
Fix #13864: Removed database error raised when force_update is requsted on sa...
Karen Tracey
2011-10-18
Remove all relative imports. We have always been at war with relative imports.
Alex Gaynor
2011-10-17
Remove several more relative imports.
Alex Gaynor
2011-10-16
Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...
Ramiro Morales
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-13
Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...
Julien Phalip
2011-10-13
Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...
Julien Phalip
2011-10-08
More efficient IN clauses for prefetch_related queries by use of sets to elim...
Luke Plant
2011-10-07
Fixed #17014 - added protection against infinite recursion.
Luke Plant
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-10-06
Removed ForeignRelatedObjectsDescriptor.RelatedManager.delete_manager, which ...
Luke Plant
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-10-05
Fixed #16902 - select_related() results in a poor perfomance
Luke Plant
2011-10-05
Very small docstring correction.
Luke Plant
2011-09-30
Fixed #14270 - related manager classes should be cached
Luke Plant
2011-09-29
Cleanups to related manager code, especially in use of closures.
Luke Plant
2011-09-29
Small cleanups of 'related manager' code for consistency
Luke Plant
2011-09-26
Removed unused parameter 'join_table' in various bits of RelatedManager code
Luke Plant
2011-09-22
Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...
Gabriel Hurley
2011-09-22
Fixed #7198 -- Improved error message when missing models.py. Thanks Silver_G...
Paul McMillan
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
[next]