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
2020-08-24
Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL ...
Nick Pope
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-29
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Hasan Ramezani
2020-07-07
Fixed #31767 -- Fixed QuerySet.none() on combined queryset.
Mariusz Felisiak
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-27
Refs #31614 -- Added test for ordering by OrderBy() of combined queryset with...
Mariusz Felisiak
2020-05-26
Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of combined q...
Laurent Tramoy
2020-05-26
Refs #31614 -- Added test for aliases ordering on combined querysets.
Laurent Tramoy
2020-05-26
Used operator.attrgetter() in test_qs_combinators.
Laurent Tramoy
2020-05-19
Fixed #31578 -- Dropped support for MySQL 5.6.
Mariusz Felisiak
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-05-13
Fixed #31580 -- Added error messages on distinct() following union(), interse...
Hasan Ramezani
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
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
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-09
Fixed #31148 -- Added error messages on update()/delete() operations followin...
Hasan Ramezani
2019-11-21
Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...
Simon Charette
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-11-13
Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list val...
George Marshall
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-23
Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...
Nick Pope
2019-10-23
Refs #28574 -- Used feature flag for PostgreSQL version check.
Nick Pope
2019-09-24
Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...
Mariusz Felisiak
2019-09-24
Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.
Simon Charette
2019-09-10
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Mariusz Felisiak
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
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-25
Fixed #27995 -- Added error messages on unsupported operations following unio...
Hasan Ramezani
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-06-19
Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_lis...
can
2019-06-19
Fixed #30572 -- Prevented values()/values_list() on combined queryset from mu...
Mariusz Felisiak
2019-04-30
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...
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
[next]