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
/
models
/
sql
Age
Commit message (
Expand
)
Author
2012-03-22
Used SortedDict instead of dict to avoid random errors that may occur when di...
Aymeric Augustin
2012-03-13
Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...
Jannis Leidel
2012-02-22
Fixed #17728 -- When filtering an annotation, ensured the values used in the ...
Aymeric Augustin
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2012-02-05
Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '...
Julien Phalip
2012-01-03
Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...
Julien Phalip
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-11-13
Fixed #13640: Avoid generating an exception when a model has an attribute nam...
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-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-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-08-23
Allow "pk" as a field alias in QuerySet.only() calls.
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-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-07
Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o...
Ramiro Morales
2011-06-28
Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...
Jannis Leidel
2011-05-21
Fixed #14476 -- Fixed resolution of automatically generated annotation names ...
Ramiro Morales
2011-05-15
Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...
Ramiro Morales
2011-05-07
Fixed #15709 - Duplicated group_by condition
Luke Plant
2011-05-05
Fixed #15823 - incorrect join condition when combining Q objects
Luke Plant
2011-04-22
Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...
Jannis Leidel
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-11
Made some negligible docstring fixes while I was poking around in the depths ...
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-14
Fixed #14733: no longer "validate" .raw() queries.
Jacob Kaplan-Moss
2011-03-03
Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...
Russell Keith-Magee
2011-02-08
Fixed #13815 -- Ensure that reverse exclude lookups on nullable foreign keys ...
Russell Keith-Magee
2011-01-26
Fixed #15161 - Corrected handling of ManyToManyField with through table using...
Carl Meyer
2011-01-26
Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes.
Carl Meyer
2011-01-26
Fixed #13159 -- properly quote aggregates in order_by.
Alex Gaynor
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-14
Cleaned up the ORM slightly.
Alex Gaynor
2011-01-11
Fixed #11293 -- fixed using Q objects to generate ORs with aggregates.
Alex Gaynor
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-12-01
Fixed a bug in date queries with GIS backends introduced in [14715].
Alex Gaynor
2010-11-26
Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_l...
Alex Gaynor
2010-11-23
Fixed #14697 - speeded up model instance creation by moving work outside of l...
Luke Plant
2010-11-22
Fixed #14754 -- corrected using an aggregate in an F expressions when that qu...
Alex Gaynor
2010-11-17
Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inhe...
Alex Gaynor
2010-11-17
Fixed #12687 -- fixed an issue with aggregates and counts in conjunction with...
Alex Gaynor
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-04
Fixed a test failure introduced in [14461].
Alex Gaynor
2010-11-04
Fixed #13935, added support for using QuerySet.dates across related fields. ...
Alex Gaynor
2010-10-13
Fixed #12192 -- Don't execute any DB query when the QS slicing being performed
Ramiro Morales
[next]