История коммитов

Автор SHA1 Сообщение Дата
  Alexandr Tatarinov f4ac167119 Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases. 4 лет назад
  Mariusz Felisiak ae8338daf3 Fixed #31767 -- Fixed QuerySet.none() on combined queryset. 4 лет назад
  Mariusz Felisiak f4bab0982a Refs #31614 -- Added test for ordering by OrderBy() of combined queryset with not selected columns. 4 лет назад
  Laurent Tramoy 2aac176e86 Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of combined queryset. 4 лет назад
  Laurent Tramoy 51ad767d0b Refs #31614 -- Added test for aliases ordering on combined querysets. 4 лет назад
  Laurent Tramoy 50f71ccb36 Used operator.attrgetter() in test_qs_combinators. 4 лет назад
  Hasan Ramezani 01a381cc17 Fixed #31580 -- Added error messages on distinct() following union(), intersection(), and difference(). 4 лет назад
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 лет назад
  Hasan Ramezani eef3ea847e Fixed #31148 -- Added error messages on update()/delete() operations following union(), intersection(), and difference(). 5 лет назад
  Hasan Ramezani 1853383969 Fixed #27995 -- Added error messages on unsupported operations following union(), intersection(), and difference(). 5 лет назад
  Simon Charette ee6e93ec87 Fixed #30628 -- Adjusted expression identity to differentiate bound fields. 5 лет назад
  can 2cbd3967e0 Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_list() and order_by() on combined querysets. 6 лет назад
  Mariusz Felisiak 14d026cccb Fixed #30572 -- Prevented values()/values_list() on combined queryset from mutating the list of columns in querysets. 5 лет назад
  Sergey Fedoseev b86bb47818 Fixed #30093 -- Fixed ordering of combined queryset ordered by F expressions. 6 лет назад
  Mariusz Felisiak f9a33e3c3f Fixed #29932 -- Fixed combining compound queries with sub-compound queries on SQLite and Oracle. 6 лет назад
  Mariusz Felisiak 39461a83c3 Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection(). 6 лет назад
  Mariusz Felisiak 0b66c3b442 Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection(). 7 лет назад
  Astral a0c03c62a8 Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection(). 7 лет назад
  Mariusz Felisiak 2d3cc94284 Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection(). 7 лет назад
  Florian Apolloner adab280cef Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and intersection() queries. 7 лет назад
  Mariusz Felisiak ca74e56350 Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet. 7 лет назад
  Mariusz Felisiak 9bca0d0b38 Added test for intersection() when combining with a queryset raising EmptyResultSet. 7 лет назад
  Mariusz Felisiak 82175ead72 Fixed #28293 -- Fixed union(), intersection(), and difference() when combining with an EmptyQuerySet. 7 лет назад
  Mariusz Felisiak 054a44d6f0 Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql(). 8 лет назад
  Vytis Banaitis 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 лет назад
  Tim Graham d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 лет назад
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 лет назад
  Florian Apolloner 84c1826ded Fixed #27718 -- Added QuerySet.union(), intersection(), difference(). 8 лет назад