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
/
tests.py
Age
Commit message (
Expand
)
Author
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-10-28
Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.
Simon Charette
2020-10-27
Removed an obsolete query test that assumes serial pks.
Tim Graham
2020-09-16
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
Kwist
2020-09-14
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-07-29
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Hasan Ramezani
2020-07-06
Fixed #23797 -- Fixed QuerySet.exclude() when rhs is a nullable column.
Jacob Walls
2020-06-08
Fixed #31664 -- Reallowed using non-expressions having filterable attribute a...
Nicolas Baccelli
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-05-15
Refs #13227 -- Adjusted a test to avoid making a shared test model unpickable.
Simon Charette
2020-04-06
Fixed #31426 -- Added proper field validation to QuerySet.order_by().
Simon Charette
2020-04-06
Refs #7098 -- Deprecated passing raw column aliases to order_by().
Simon Charette
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-09-02
Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.
Simon Charette
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
2019-07-23
Improved error message when index in __getitem__() is invalid.
Jon Dufresne
2019-07-10
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
Simon Charette
2019-06-25
Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the ta...
can
2019-04-15
Refs #23758 -- Used RecursionError instead of RuntimeError to raise nested su...
Simon Charette
2019-04-15
Refs #27149 -- Based recursive nested subquery detection on sys.getrecursionl...
Simon Charette
2019-03-30
Refs #29697 -- Added test for excluding m2m intermediary table.
can
2019-03-28
Refs #18726 -- Added test for excluding circular related fields with F() expr...
Mariusz Felisiak
2019-03-23
Fixed #21703 -- Fixed a crash when excluding a related field with a F().
Simon Charette
2019-03-21
Refs #27149 -- Moved subquery expression resolving to Query.
Simon Charette
2019-02-09
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-15
Fixed #17930 -- Allowed ORing (|) with sliced QuerySets.
Ian Foote
2018-09-26
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-07-16
Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.
Josh Schneier
2018-07-09
Fixed some assertTrue() that were intended to be assertEqual().
Sergey Fedoseev
2018-06-06
Refs #29451 -- Used quote_name for column names in tests.
Carlton Gibson
2018-06-05
Refs #29451 -- Quoted MySQL column names in tests.
Tom Forbes
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-08
Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
Simon Charette
2018-02-07
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...
Mariusz Felisiak
2018-01-20
Refs #20487 -- Added test for querying mixed case fields with common related ...
Mariusz Felisiak
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-09-06
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
Sergey Fedoseev
2017-09-05
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...
François Freitag
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-29
Removed obsolete Query.tables attribute.
Anssi Kääriäinen
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-27
Fixed a test's dict_keys/list comparison that always evaluated as False.
Jon Dufresne
2017-05-11
Fixed #24254 -- Fixed queries using the __in lookup with querysets using dist...
Simon Charette
2017-04-23
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_f...
Simon Charette
2017-03-24
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...
Mariusz Felisiak
2017-03-06
Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Bo Marchman
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
[next]