index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
queries
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #30093 -- Fixed ordering of combined queryset ordered by F expressions.
Sergey Fedoseev
2019-01-14
1
-0
/
+5
*
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-12-06
1
-0
/
+6
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
2
-27
/
+16
*
Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update().
Tom Forbes
2018-11-21
2
-1
/
+9
*
Fixed #17930 -- Allowed ORing (|) with sliced QuerySets.
Ian Foote
2018-11-15
1
-0
/
+31
*
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2018-09-26
1
-7
/
+25
*
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-09-18
2
-0
/
+228
*
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-09-13
2
-2
/
+6
*
Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-08-29
1
-0
/
+7
*
Fixed #29658 -- Registered model lookups in tests with a context manager.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-21
1
-4
/
+2
*
Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.ca...
Andrew Brown
2018-07-25
1
-0
/
+13
*
Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.
Josh Schneier
2018-07-16
1
-0
/
+3
*
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
1
-0
/
+95
*
Fixed some assertTrue() that were intended to be assertEqual().
Sergey Fedoseev
2018-07-09
1
-3
/
+3
*
Fixed MySQL QuerySet.explain() test when running tests in reverse.
Tim Graham
2018-06-06
1
-0
/
+3
*
Refs #29451 -- Used quote_name for column names in tests.
Carlton Gibson
2018-06-06
1
-2
/
+4
*
Refs #29451 -- Quoted MySQL column names in tests.
Tom Forbes
2018-06-05
1
-2
/
+2
*
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-19
1
-0
/
+99
*
Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-04-13
1
-1
/
+9
*
Added test for combining Q objects with non-Q objects.
Mads Jensen
2018-03-29
1
-0
/
+8
*
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-20
1
-1
/
+1
*
Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...
Astral
2018-03-19
1
-0
/
+11
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-2
/
+4
*
Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _conne...
Tim Graham
2018-02-12
1
-8
/
+4
*
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword argu...
Tim Graham
2018-02-12
1
-0
/
+9
*
Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
Simon Charette
2018-02-08
1
-0
/
+3
*
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...
Mariusz Felisiak
2018-02-07
1
-1
/
+1
*
Refs #20487 -- Added test for querying mixed case fields with common related ...
Mariusz Felisiak
2018-01-20
2
-11
/
+52
*
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-28
2
-5
/
+5
*
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...
Mariusz Felisiak
2017-11-12
1
-0
/
+30
*
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
Sergey Fedoseev
2017-09-06
1
-0
/
+38
*
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...
François Freitag
2017-09-05
1
-1
/
+1
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-3
/
+5
*
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...
Florian Apolloner
2017-07-15
1
-0
/
+21
*
Fixed #28378 -- Fixed union() and difference() when combining with a queryset...
Mariusz Felisiak
2017-07-10
1
-0
/
+8
*
Added test for intersection() when combining with a queryset raising EmptyRes...
Mariusz Felisiak
2017-07-10
1
-0
/
+4
*
Removed obsolete Query.tables attribute.
Anssi Kääriäinen
2017-06-29
1
-2
/
+2
*
Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin...
Mariusz Felisiak
2017-06-13
1
-0
/
+25
*
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
François Freitag
2017-06-01
1
-0
/
+39
*
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-31
1
-1
/
+1
*
Fixed a test's dict_keys/list comparison that always evaluated as False.
Jon Dufresne
2017-05-27
1
-1
/
+1
*
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficie...
Tom
2017-05-25
1
-0
/
+8
*
Refs #28211 -- Added a test for ANDing empty Q()'s.
Tim Graham
2017-05-25
1
-0
/
+8
*
Fixed #24254 -- Fixed queries using the __in lookup with querysets using dist...
Simon Charette
2017-05-11
1
-4
/
+26
*
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_f...
Simon Charette
2017-04-23
2
-6
/
+22
*
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-04-10
1
-3
/
+3
*
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...
Mariusz Felisiak
2017-03-24
1
-22
/
+7
*
Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Bo Marchman
2017-03-06
2
-2
/
+20
*
Refs #11964 -- Made Q objects deconstructible.
Ian Foote
2017-02-23
1
-0
/
+76
*
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
1
-2
/
+1
[next]