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-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-11
Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-09-05
Fixed #24525 -- Fixed AssertionError in some complex queries.
Tim Graham
2015-09-04
Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-17
Refs #23266 -- Fixed ticket number reference in a queries test.
Tim Graham
2015-08-08
Used skipUnlessDBFeature where appropriate.
Simon Charette
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-20
Refs #23622 -- Added tests to ensure ordering is retained for distinct on fie...
Anssi Kääriäinen
2015-07-20
Fixed test with incorrect assumption about pk values.
Anssi Kääriäinen
2015-07-13
Refs #24090 -- Added a test for multi-table inheritance + subqueries.
Anssi Kääriäinen
2015-07-09
Fixed a CaptureQueriesContext usage in queries tests.
Simon Charette
2015-07-09
Added a regression test for get() ordering clearing.
Simon Charette
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-04-28
Fixed #24719 -- Restored the ability to use interators as queryset related ob...
Aric Coady
2015-04-16
Fixed #24605 -- Fixed incorrect reference to alias in subquery.
Anssi Kääriäinen
2015-04-14
Fixed #24277 -- Added exception when dict used in QuerySet filtering
Alex Wilson
2015-03-25
Refs #24267 -- Implemented lookups for related fields
Anssi Kääriäinen
2015-03-23
Fixed #23697 -- Improved ForeignObject.get_lookup_constraint() error message.
Michael Blatherwick
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
Added a test for refs #24279
Anssi Kääriäinen
2015-02-04
Removed EverythingNode
Anssi Kääriäinen
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-18
Removed support for callable QuerySet arguments per deprecation timeline; ref...
Tim Graham
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
[next]