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
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
2008-04-28
Added the ability to pickle and unpickle QuerySets and Query classes.
Malcolm Tredinnick
2008-04-28
ValuesQuerySets (and subclasses) were inadvertently not caching their results.
Malcolm Tredinnick
2008-04-28
Fixed a bug with the new QuerySet update() method where it wasn't committing ...
Adrian Holovaty
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-03-18
Fixed #6641 -- If we lose a race when creating a new object in get_or_create,
Malcolm Tredinnick
2007-12-02
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...
Malcolm Tredinnick
2007-09-24
Fixed #5559: instances sent via post-save signals no longer have pks of None....
Jacob Kaplan-Moss
2007-09-14
Fixed #5226. Now we check the Oracle version and give an explicit
Matt Boersma
2007-08-20
Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operato...
Adrian Holovaty
2007-08-20
Refactored get_field_cast_sql() to DatabaseOperations.field_cast_sql(). Refs ...
Adrian Holovaty
2007-08-20
Refactored get_query_set_class() to DatabaseOperations.query_set_class(). Als...
Adrian Holovaty
2007-08-20
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-20
Refactored get_random_function_sql() to DatabaseOperations.random_function_sq...
Adrian Holovaty
2007-08-19
Refactored get_limit_offset_sql() to DatabaseOperations.limit_offset_sql(). R...
Adrian Holovaty
2007-08-19
Refactored get_fulltext_search_sql() to DatabaseOperations.fulltext_search_sq...
Adrian Holovaty
2007-08-19
Refactored get_datetime_cast_sql() to DatabaseOperations.datetime_cast_sql()....
Adrian Holovaty
2007-08-19
Refactored get_date_trunc_sql() to DatabaseOperations.date_trunc_sql(). Refs ...
Adrian Holovaty
2007-08-19
Refactored get_date_extract_sql() to DatabaseOperations.date_extract_sql(). R...
Adrian Holovaty
2007-08-19
Fixed #5087 -- Fixed support for TextField filtering with Oracle. Thanks, Ian...
Malcolm Tredinnick
2007-08-08
Fixed #5115 -- Fixed `QuerySet` slices to allow longs.
Gary Wilson Jr
2007-07-27
Fixed bug with using values() and extra(select) in the same QuerySet, with a ...
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-27
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
Jacob Kaplan-Moss
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-23
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume
Malcolm Tredinnick
2007-05-31
Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral
Jacob Kaplan-Moss
2007-05-08
Moved generic relations into django.contrib.contenttypes, since it depends on
Malcolm Tredinnick
2007-05-06
Fixed comma splice in error message introduced in [5133]
Adrian Holovaty
2007-05-01
Fixed #4130 -- Added more self-explanatory error message when a typo is made in
Malcolm Tredinnick
2007-04-09
Negligible space changes to django/db/models/query.py
Adrian Holovaty
2007-04-09
Backwards-incompatible change -- Removed LazyDate helper class. To preserve e...
Russell Keith-Magee
2007-03-22
Fixed #2351 -- Fixed problem with using ".count" attribute of QuerySets in
Malcolm Tredinnick
2007-03-20
Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.
Russell Keith-Magee
2007-02-28
Added a "depth" argument to select_related() to control how many "levels" of ...
Jacob Kaplan-Moss
2007-02-23
Fixed silly typo in [4651].
Jacob Kaplan-Moss
2007-02-23
Fixed #3541: queryset.count() now respects the queryset cache.
Jacob Kaplan-Moss
2007-02-14
Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...
Adrian Holovaty
2007-02-12
#fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from
Malcolm Tredinnick
2007-02-10
Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga...
Adrian Holovaty
[prev]
[next]