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
/
query.py
Age
Commit message (
Expand
)
Author
2009-04-04
Fixed deferred fields and select_related() interaction.
Malcolm Tredinnick
2009-04-04
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
2009-03-19
Typo fix for an error path in r100090.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-01
To avoid an unfortunately common user-error, rename QuerySet.as_sql().
Malcolm Tredinnick
2009-02-23
Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...
Russell Keith-Magee
2009-02-16
Fixed #10132 -- Corrected the interaction of extra() queries with the values(...
Russell Keith-Magee
2009-02-16
Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...
Russell Keith-Magee
2009-02-08
Fixed #10199 -- Modified aggregate() calls to clone the base query so that th...
Russell Keith-Magee
2009-02-03
Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...
Russell Keith-Magee
2009-02-02
Fixed #10127 -- Corrected handling of select_related() in annotate() calls. T...
Russell Keith-Magee
2009-01-16
Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
Malcolm Tredinnick
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-08
Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
Malcolm Tredinnick
2009-01-08
Using querysets as an rvalue in filter() calls was causing an unnecessary
Malcolm Tredinnick
2009-01-05
Nested query support.
Malcolm Tredinnick
2008-10-08
Fixed #6748 -- When printing the repr() of querysets, don't load or display
Malcolm Tredinnick
2008-09-01
Fixed #8115: avoid a infiniate loop when collecting related objects for delet...
Jacob Kaplan-Moss
2008-08-29
Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, vung.
Malcolm Tredinnick
2008-08-28
Changed create() and get_or_create() to force an insert (not update an existi...
Malcolm Tredinnick
2008-08-26
Fixed #8036 -- Fixed a case when attempting to traverse non-existent related
Malcolm Tredinnick
2008-08-23
Removed a relatively pointless QuerySet clone introduced in [8472].
Malcolm Tredinnick
2008-08-22
Fixed #8046 -- The first filter() call on a related manager for many-to-many
Malcolm Tredinnick
2008-08-20
Made it possible to pickle DateQuerySets.
Malcolm Tredinnick
2008-08-15
Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...
Gary Wilson Jr
2008-08-15
Fixed Oracle backend test case failure in modeltests\lookup.
Matt Boersma
2008-08-12
Added savepoint protection to get_or_create() to avoid problems on PostgreSQL.
Malcolm Tredinnick
2008-08-09
Added the ability to force an SQL insert (or force an update) via a model's
Malcolm Tredinnick
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-08-03
Removed unused warnings import that should have been removed in [8191], refs ...
Gary Wilson Jr
2008-08-02
Removed several deprecated features for 1.0 (refs #7830):
Gary Wilson Jr
2008-07-28
Fixed #7853 -- Fixed another case of deleting inherited models with foreign key
Malcolm Tredinnick
2008-07-27
Fixed #7778 -- Fixed a tricky case of foreign key clearing with inherited
Malcolm Tredinnick
2008-07-27
Fixed #7530, #7716 -- When using select_related() and encountering a NULL
Malcolm Tredinnick
2008-07-16
Fixed #7759 -- Fixed QuerySet.count() when the results cache was only partially
Malcolm Tredinnick
2008-07-13
Re-organized imports, removing a couple that were unused.
Gary Wilson Jr
2008-07-13
Added a docstring to CyclicDependency exception class.
Gary Wilson Jr
2008-07-12
Fixed #7734 -- Fixed a Python 2.3 compatibility problem.
Malcolm Tredinnick
2008-07-08
Fixed a couple typos as well as several minor style issues.
Gary Wilson Jr
2008-06-29
Factored out a semi-complex if-test that was used in two places.
Malcolm Tredinnick
2008-06-26
Fixed #7312 -- Fixed handling of custom Q-like objects in QuerySet.custom_fil...
Malcolm Tredinnick
2008-06-26
EmptyQuerySet classes can now be merged with normal querysets.
Malcolm Tredinnick
2008-06-26
Fixed #7105 -- Fixed dates() queries in light of model inheritance.
Malcolm Tredinnick
2008-06-26
Removed the bulk of the sanity checking when merging QuerySets.
Malcolm Tredinnick
2008-06-25
Fixed #7155 -- Corrected DateQuerySet to handle nullable fields. Thanks to fc...
Russell Keith-Magee
2008-06-21
Fixed bug with Model.delete() which did not always delete objects in the righ...
Luke Plant
2008-06-15
Fixed #7256 -- Corrected queryset code to return the correct set of columns w...
Russell Keith-Magee
2008-06-09
Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliabl...
Jacob Kaplan-Moss
2008-04-29
Undo [7474]. I didn't think it through nearly carefully enough.
Malcolm Tredinnick
[next]