summaryrefslogtreecommitdiff
path: root/tests/queries
AgeCommit message (Expand)Author
2020-06-08[3.0.x] Fixed #31664 -- Reallowed using non-expressions having filterable att...Nicolas Baccelli
2019-11-13[3.0.x] Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing ...George Marshall
2019-09-24[3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset o...Simon Charette
2019-09-09Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe
2019-09-02Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.Simon Charette
2019-08-05Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...Diederik van der Boor
2019-07-25Fixed #27995 -- Added error messages on unsupported operations following unio...Hasan Ramezani
2019-07-23Improved error message when index in __getitem__() is invalid.Jon Dufresne
2019-07-10Fixed #30628 -- Adjusted expression identity to differentiate bound fields.Simon Charette
2019-06-25Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the ta...can
2019-06-19Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_lis...can
2019-06-19Fixed #30572 -- Prevented values()/values_list() on combined queryset from mu...Mariusz Felisiak
2019-04-30Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...can
2019-04-15Refs #23758 -- Used RecursionError instead of RuntimeError to raise nested su...Simon Charette
2019-04-15Refs #27149 -- Based recursive nested subquery detection on sys.getrecursionl...Simon Charette
2019-03-30Refs #29697 -- Added test for excluding m2m intermediary table.can
2019-03-28Refs #18726 -- Added test for excluding circular related fields with F() expr...Mariusz Felisiak
2019-03-23Fixed #21703 -- Fixed a crash when excluding a related field with a F().Simon Charette
2019-03-21Refs #27149 -- Moved subquery expression resolving to Query.Simon Charette
2019-02-09Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-01-14Fixed #30093 -- Fixed ordering of combined queryset ordered by F expressions.Sergey Fedoseev
2018-12-06Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...Mariusz Felisiak
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-21Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update().Tom Forbes
2018-11-15Fixed #17930 -- Allowed ORing (|) with sliced QuerySets.Ian Foote
2018-09-26Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...Mariusz Felisiak
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
2018-08-29Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-08-21Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-07-25Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.ca...Andrew Brown
2018-07-16Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.Josh Schneier
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-07-09Fixed some assertTrue() that were intended to be assertEqual().Sergey Fedoseev
2018-06-06Fixed MySQL QuerySet.explain() test when running tests in reverse.Tim Graham
2018-06-06Refs #29451 -- Used quote_name for column names in tests.Carlton Gibson
2018-06-05Refs #29451 -- Quoted MySQL column names in tests.Tom Forbes
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-13Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-03-29Added test for combining Q objects with non-Q objects.Mads Jensen
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-19Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...Astral
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-02-12Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _conne...Tim Graham
2018-02-12Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword argu...Tim Graham
2018-02-08Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.Simon Charette
2018-02-07Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...Mariusz Felisiak
2018-01-20Refs #20487 -- Added test for querying mixed case fields with common related ...Mariusz Felisiak
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak