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
/
models
/
query.py
Age
Commit message (
Expand
)
Author
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-07
Added Manager.get_or_create()
Adrian Holovaty
2006-06-03
Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...
Adrian Holovaty
2006-06-01
Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote ...
Adrian Holovaty
2006-05-31
Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@da...
Adrian Holovaty
2006-05-26
Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and
Luke Plant
2006-05-26
Made negative indexing on QuerySet instances raise an assertion error (previo...
Luke Plant
2006-05-23
Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...
Luke Plant
2006-05-14
Fixed #1530 -- make count() respect distinct() on QuerySets. Create some
Malcolm Tredinnick
2006-05-06
Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...
Luke Plant
2006-05-06
Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...
Adrian Holovaty
2006-05-06
Fixed QuerySet __getitem__ corner case so that it throws exceptions consistently
Luke Plant
2006-05-06
Fixed #1579 - added support for 'Q' objects in limit_choices_to.
Luke Plant
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty