index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
query.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[soc2010/app-loading] merged trunk
archive/soc2010/app-loading
soc2010/app-loading
Arthur Koziel
2010-09-13
1
-2
/
+3
*
Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...
Russell Keith-Magee
2010-04-30
1
-1
/
+11
*
Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...
Russell Keith-Magee
2010-04-13
1
-4
/
+5
*
Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...
Russell Keith-Magee
2010-04-09
1
-1
/
+2
*
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-04
1
-3
/
+6
*
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-04-01
1
-2
/
+9
*
Fixed #12851 -- Corrected the interaction of defer() with select_related(). T...
Russell Keith-Magee
2010-03-20
1
-2
/
+2
*
Fixed #12937 -- Corrected the operation of select_related() when following an...
Russell Keith-Magee
2010-03-20
1
-6
/
+27
*
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2010-03-15
1
-2
/
+0
*
Fixed #12717 -- Corrected a problem with subqueries when using multidb routin...
Russell Keith-Magee
2010-03-10
1
-2
/
+2
*
Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()...
Russell Keith-Magee
2010-03-07
1
-9
/
+15
*
Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
Joseph Kocherhans
2010-02-23
1
-1
/
+1
*
Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks...
Joseph Kocherhans
2010-02-23
1
-1
/
+1
*
Fixed #12608 -- No longer return inconsistent results when using `values` and...
Justin Bronn
2010-02-23
1
-1
/
+2
*
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...
Justin Bronn
2010-02-23
1
-0
/
+3
*
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...
Russell Keith-Magee
2010-01-27
1
-1
/
+73
*
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-22
1
-7
/
+18
*
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data...
Adrian Holovaty
2010-01-10
1
-0
/
+6
*
Fixed #7235 -- EmptyQuerySet no longer raises and exception when it's filter(...
Adrian Holovaty
2010-01-09
1
-0
/
+75
*
Changes to get raw queries working on the oracle backend.
Ian Kelly
2009-12-22
1
-1
/
+2
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-49
/
+110
*
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss
2009-12-20
1
-2
/
+85
*
Fixed #12258 - QuerySet.get() should clear ordering.
Luke Plant
2009-12-19
1
-0
/
+2
*
Fixed #12251 - QuerySet.in_bulk() should accept set/frozenset
Luke Plant
2009-12-19
1
-1
/
+1
*
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-12-17
1
-1
/
+1
*
Optimised use of 'in' operator on QuerySet using an explicit __contains__ met...
Luke Plant
2009-12-09
1
-0
/
+30
*
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-11-03
1
-2
/
+4
*
Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2009-10-24
1
-7
/
+5
*
Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...
Russell Keith-Magee
2009-06-06
1
-0
/
+13
*
Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...
Russell Keith-Magee
2009-06-06
1
-1
/
+19
*
Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...
Russell Keith-Magee
2009-06-03
1
-1
/
+2
*
Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...
Russell Keith-Magee
2009-05-19
1
-3
/
+3
*
Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe...
Russell Keith-Magee
2009-04-30
1
-8
/
+9
*
Added a `QuerySet.ordered` property to check if a queryset is already ordered...
Jacob Kaplan-Moss
2009-04-22
1
-0
/
+17
*
Fixed deferred fields and select_related() interaction.
Malcolm Tredinnick
2009-04-04
1
-23
/
+26
*
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
2009-04-04
1
-18
/
+17
*
Typo fix for an error path in r100090.
Malcolm Tredinnick
2009-03-19
1
-1
/
+1
*
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-19
1
-106
/
+87
*
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-11
1
-47
/
+71
*
To avoid an unfortunately common user-error, rename QuerySet.as_sql().
Malcolm Tredinnick
2009-03-01
1
-5
/
+2
*
Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...
Russell Keith-Magee
2009-02-23
1
-4
/
+12
*
Fixed #10132 -- Corrected the interaction of extra() queries with the values(...
Russell Keith-Magee
2009-02-16
1
-1
/
+2
*
Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...
Russell Keith-Magee
2009-02-16
1
-18
/
+34
*
Fixed #10199 -- Modified aggregate() calls to clone the base query so that th...
Russell Keith-Magee
2009-02-08
1
-2
/
+4
*
Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...
Russell Keith-Magee
2009-02-03
1
-2
/
+4
*
Fixed #10127 -- Corrected handling of select_related() in annotate() calls. T...
Russell Keith-Magee
2009-02-02
1
-2
/
+2
*
Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
Malcolm Tredinnick
2009-01-16
1
-0
/
+14
*
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-15
1
-7
/
+82
*
Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
Malcolm Tredinnick
2009-01-08
1
-1
/
+5
[next]