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
/
queries
Age
Commit message (
Expand
)
Author
2014-08-11
[1.7.x] Fixed #23259 -- Corrected insertion order of extra() select_params
Rajiv Makhijani
2014-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-05-05
[1.7.x] Fixed #22466 -- ordering by reverse foreign key
Anssi Kääriäinen
2014-05-05
[1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and F
Anssi Kääriäinen
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-16
[1.7.x] Fixed #22434 -- Retain ordering on related sliced subqueries.
Justin Hamade
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
2014-02-04
Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-01-28
Added tests for m2m queries with custom pk on the end models
Anssi Kääriäinen
2014-01-24
Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-12-18
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Baptiste Mispelon
2013-11-07
Fixed #11320 -- exclude() too aggressive in join promotion
Anssi Kääriäinen
2013-11-07
Fixed #21376 -- New implementation for query join promotion logic
Anssi Kääriäinen
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed syntax error in queries/tests.py
Anssi Kääriäinen
2013-11-02
Fixed #14511 -- bug in .exclude() query
Anssi Kääriäinen
2013-11-02
Fixed #21366 -- regression in join promotion logic
Anssi Kääriäinen
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-21
Fixed E227 pep8 warnings
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-05
Fixed #18414 -- qs.exists() for sliced distinct queries
Anssi Kääriäinen
2013-10-05
Simplified a test by using CapturedQueriesContext
Anssi Kääriäinen
2013-10-05
Improved Query join promotion logic
Anssi Kääriäinen
2013-10-01
Fixed #21203 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-09-29
Fixed #15786 -- Added a regression test for o2o excludes using F().
Simon Charette
2013-09-29
Fixed #21167 - Improved queries.tests.SubqueryTests
Michael Manfre
2013-09-23
Fixed #21001 -- Added a regression test for empty string exclusion on Oracle.
Simon Charette
2013-09-06
Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-08-22
Fixed #20955 -- select_related regression
Anssi Kääriäinen
2013-08-20
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-08-20
Fixed #14056 -- Made sure LEFT JOIN aren't trimmed in ORDER BY
Anssi Kääriäinen
2013-08-19
Fixed #12807 -- EmptyResultSet ORed condition
Anssi Kääriäinen
2013-08-13
Fixed test failure on MySQL
Anssi Kääriäinen
2013-08-13
Fixed #20874 -- bump_prefix() in nested subqueries
Anssi Kääriäinen
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-26
Fixed related model lookup regression
Anssi Kääriäinen
2013-07-23
Fixed #20788 -- exclude() generated subquery failure
Anssi Kääriäinen
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
[next]