index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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
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 bulk_insertion on databases which don't yet support it. Thanks to Justi...
Alex Gaynor
2011-09-10
Ensure bulk_create returns the right value if the argument is an empty list.
Alex Gaynor
2011-09-10
Ensure bulk_create returns what it is supposed to.
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-10
Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...
Russell Keith-Magee
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-25
Make ManyToManyField model references more robust.
Malcolm Tredinnick
2011-08-23
Allow "pk" as a field alias in QuerySet.only() calls.
Malcolm Tredinnick
2011-08-23
Fixed #16299 -- Ensure that unicode strings can be used to identify classes i...
Russell Keith-Magee
2011-08-23
Fix initialisation of ImageField super classes.
Malcolm Tredinnick
2011-08-23
Fixed an isnull=False filtering edge-case. Fixes #15316.
Malcolm Tredinnick
2011-08-23
Added convenience method for viewing Query SQL without params.
Malcolm Tredinnick
2011-08-22
Fixed #14876 -- Ensure that join promotion works correctly when there are nul...
Russell Keith-Magee
2011-08-22
Improved error message display during validation errors.
Malcolm Tredinnick
2011-08-13
Fixed #14695 -- Stopped model fields from incorrectly overwriting the field n...
Jannis Leidel
2011-08-13
Fixed #16613 -- Fixed test for introspected foreign keys in the MySQL backend...
Jannis Leidel
2011-08-12
Fixed #10405 -- Raise a more useful error if the formfield of a related model...
Jannis Leidel
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
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-29
Fixed #16472 -- Removed stale code in the query code. Thanks, fva@chtd.org.
Jannis Leidel
2011-07-29
Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...
Jannis Leidel
[next]