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
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-31
Fixed a queries test on Python 2 broken after importing six.moves.range().
Tim Graham
2014-12-31
Fixed test from refs #23758.
Tim Graham
2014-12-31
Fixed #23758 -- Allowed more than 5 levels of subqueries
Piotr Pawlaczek
2014-12-15
Refs #23947 -- Fixed queries test execution order dependency.
Diego Guimarães
2014-12-03
Refactored some tests to take advantage of refs #20392.
Thomas Chaumeny
2014-11-28
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-20
Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-28
Fixed #23721 -- check_related_objects without calling __iter__
Collin Anderson
2014-10-21
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-26
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
Matt Robenolt
2014-09-19
Fixed #23443 -- Corrected erroneous FieldError message.
Thomas Chaumeny
2014-08-29
Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.
Andrew Torpedov
2014-08-11
Fixed #23266 -- Prevented queries caused by type checking lookup values
Anubhav Joshi
2014-08-11
Fixed #23259 -- Corrected insertion order of extra() select_params
Rajiv Makhijani
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-01
Fixed #14334 -- Query relation lookups now check object types.
Anubhav Joshi
2014-06-25
Split tests.basic.ModelTests in several tests; refs #18586.
zsoldosp
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-05
Fixed #22466 -- ordering by reverse foreign key
Anssi Kääriäinen
2014-05-05
Fixed #22429 -- Incorrect SQL when using ~Q and F
Anssi Kääriäinen
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-16
Fixed #22434 -- Retain ordering on related sliced subqueries.
Justin Hamade
2014-03-22
Advanced deprecation warnings for 1.8.
Aymeric Augustin
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
[next]