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
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-24
Revert "fixes #19263" - Fails if not SQLite
Honza Kral
2013-02-23
fixes #19263
Marcin Biernat
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
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-10
Fixed #19112 -- Reduced the amount of query params in a test
Anssi Kääriäinen
2013-01-08
Updated deprecated test assertions
Claude Paroz
2013-01-08
Fixed #16759 -- Remove use of __deepcopy__ in qs.clone()
Anssi Kääriäinen
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2012-12-20
Fixed #18854 -- Join promotion in disjunction cases
Anssi Kääriäinen
2012-12-20
Fixed #19500 -- Solved a regression in join reuse
Anssi Kääriäinen
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-12-11
Fixed an order dependant test failure.
Florian Apolloner
2012-10-31
Removed dupe_avoidance from sql/query and sql/compiler.py
Anssi Kääriäinen
2012-10-21
Fixed #19151 -- Added missing methods to EmptyQuerySet.
Jan Bednařík
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-08-21
Fixed #17886 -- Fixed join promotion in ORed nullable queries
Anssi Kääriäinen
2012-08-15
Fixed usage of several deprecated aliases in unittest.
Alex Gaynor
2012-08-14
[py3] Fixed comparison of list and range()
Anssi Kääriäinen
2012-08-14
[py3] Fixed invalid use of dict.items()
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-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-07-01
Fixed a regression introduced in where.as_sql() refactor
Anssi Kääriäinen
2012-07-01
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-25
Added tests for nested exclude/negate queries
Anssi Kääriäinen
2012-05-24
Fixed qs.order_by() join promotion for already existing joins
Anssi Kääriäinen
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-09
Fix proxy model Query.remove_inherited_models()
Anssi Kääriäinen
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-29
Simplified QuerySet field.null handling
Anssi Kääriäinen
2012-01-03
Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...
Julien Phalip
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-17
Optimized an optimise
Adrian Holovaty
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-10-16
Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...
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-09-10
Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...
Russell Keith-Magee
2011-09-09
Added two pointless query repeats to work around a known issue with MySQL tha...
Russell Keith-Magee
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-08-22
Fixed #14876 -- Ensure that join promotion works correctly when there are nul...
Russell Keith-Magee
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-04-22
Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...
Jannis Leidel
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2011-03-08
Fixed field names that were preventing the tests from running in Oracle.
Ian Kelly
[next]