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
/
tests
/
regressiontests
/
queries
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-20
Added a test for negated Q object querying
Anssi Kääriäinen
2013-02-19
Fixed #19837 -- Refactored split_exclude() join generation
Anssi Kääriäinen
2012-12-20
Fixed #18854 -- Join promotion in disjunction cases
Anssi Kääriäinen
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-08-21
Fixed #17886 -- Fixed join promotion in ORed nullable queries
Anssi Kääriäinen
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-24
Fixed qs.order_by() join promotion for already existing joins
Anssi Kääriäinen
2012-05-09
Fix proxy model Query.remove_inherited_models()
Anssi Kääriäinen
2012-04-29
Simplified QuerySet field.null handling
Anssi Kääriäinen
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-08-23
Fixed a broken test from r16656.
Malcolm Tredinnick
2011-08-23
Fixed an isnull=False filtering edge-case. Fixes #15316.
Malcolm Tredinnick
2011-03-08
Fixed field names that were preventing the tests from running in Oracle.
Ian Kelly
2011-03-03
Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...
Russell Keith-Magee
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2010-10-19
Converted queries tests from doctests to unittests.
Ramiro Morales
2010-10-19
Fixed a small typo introduced in r14139.
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-16
Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo...
Ian Kelly
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-15
Fixed a test failure under Postgres caused by primary key sequence allocation.
Russell Keith-Magee
2010-03-27
Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...
Russell Keith-Magee
2010-03-20
Fixed #12239: Fixed results of gte and lt queries when comparing floats to in...
Karen Tracey
2010-03-20
Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Than...
Russell Keith-Magee
2010-01-09
Fixed #7235 -- EmptyQuerySet no longer raises and exception when it's filter(...
Adrian Holovaty
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-11-19
Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQue...
Russell Keith-Magee
2009-08-20
Fixed an assumed ordering in the queries regression tests by making it explicit.
Matt Boersma
2009-06-07
Fixed #11274 -- Corrected doctests to not cause test failures due to missing ...
Brian Rosner
2009-06-06
Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...
Russell Keith-Magee
2009-04-12
Added a test from Jamie Gennis to ensure #9848 doesn't reappear.
Malcolm Tredinnick
2009-03-24
Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2009-03-23
Fixed a false failure in the test suite when running Oracle.
Ian Kelly
2009-03-20
Fixed #10547 -- Worked around some odd behaviour in Python 2.3 and 2.4.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-08
Fixed #10432 -- Handle all kinds of iterators in queryset filters.
Malcolm Tredinnick
2009-03-02
Fixed #10181 -- Handle an EmptyResultSet exception case properly in nested qu...
Malcolm Tredinnick
2009-03-01
Fixed insert/update handling when no database interaction is required.
Malcolm Tredinnick
2009-03-01
Fixed #10202 -- Fixed another couple of slicing edge-cases with querysets.
Malcolm Tredinnick
2009-02-28
Fixed #10028 -- Fixed a problem when ordering by related models.
Malcolm Tredinnick
2009-01-16
Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
Malcolm Tredinnick
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
2009-01-05
Reconciling where- and having-clause behaviour.
Malcolm Tredinnick
[next]