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
/
lookup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
Mariusz Felisiak
2021-01-14
1
-11
/
+2
*
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-06
2
-169
/
+97
*
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2020-10-28
1
-1
/
+25
*
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-08-26
1
-0
/
+18
*
Fixed #31667 -- Made __in lookup ignore None values.
Adam Johnson
2020-06-11
1
-2
/
+28
*
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-04-30
1
-6
/
+0
*
Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...
Hannes Ljungberg
2020-04-23
2
-1
/
+45
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
3
-6
/
+3
*
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
André Ericson
2019-10-21
2
-1
/
+35
*
Fixed #30771 -- Fixed exact lookup against queries with selected columns.
James Timmins
2019-09-20
1
-0
/
+13
*
Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.
Simon Charette
2019-08-17
1
-0
/
+14
*
Refs #25367 -- Added test for Exists() lookup rhs.
Simon Charette
2019-08-12
1
-0
/
+10
*
Refs #29396, #30494 -- Reduced code duplication in year lookups.
Simon Charette
2019-05-21
1
-6
/
+6
*
Used QuerySet.bulk_create() in lookup.tests.
JangHyukJin
2019-04-01
1
-27
/
+34
*
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2019-02-09
1
-1
/
+1
*
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
1
-23
/
+24
*
Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.
Abhinav Patil
2018-10-01
1
-1
/
+16
*
Fixed #29503 -- Made __in lookup keep order of values in query.
Nick Pope
2018-06-20
1
-0
/
+4
*
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...
Dmitry Dygalo
2018-04-04
2
-1
/
+18
*
Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on ...
Mariusz Felisiak
2018-03-15
1
-2
/
+2
*
Fixed #29155 -- Fixed crash when database functions are used with pattern loo...
Mariusz Felisiak
2018-03-14
2
-0
/
+18
*
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
2018-02-05
1
-2
/
+2
*
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-28
1
-2
/
+2
*
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Tim Graham
2017-10-16
1
-0
/
+22
*
Corrected YearComparisonLookup.get_bound() signature.
Srinivas Reddy Thatiparthy
2017-09-04
1
-0
/
+17
*
Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...
Sergey Fedoseev
2017-07-31
2
-1
/
+12
*
Fixed #28453 -- Made __exact=None lookup use transforms.
Sergey Fedoseev
2017-07-31
2
-0
/
+18
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-4
/
+13
*
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...
Tom Carrick
2017-07-21
2
-10
/
+62
*
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
1
-2
/
+2
*
Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...
Mariusz Felisiak
2017-03-27
1
-0
/
+11
*
Fixed spelling of "nonexistent".
Tim Graham
2017-02-03
1
-1
/
+1
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-5
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
3
-6
/
+0
*
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
Tim Graham
2017-01-17
2
-43
/
+2
*
Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite.
Peter Inglesby
2016-12-24
2
-0
/
+48
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-10
/
+7
*
Fixed #27268 -- Restored an invalid related field lookup error message in Qu...
Mariusz Felisiak
2016-09-27
1
-0
/
+3
*
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-17
1
-1
/
+1
*
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-09-13
1
-42
/
+25
*
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-03-02
2
-1
/
+6
*
Fixed #25811 -- Added a helpful error when making _in queries across differen...
Edwar Baron
2016-02-26
1
-0
/
+8
*
Fixed #26176 -- Fixed E123 flake8 warnings.
26176
Tim Graham
2016-02-05
1
-215
/
+222
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-6
/
+8
*
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
1
-2
/
+4
*
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
Bryan Marty
2015-12-26
1
-1
/
+12
*
Fixed #25609 -- Fixed regression in related field nested lookup error.
Ian Foote
2015-10-27
1
-0
/
+6
*
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-27
1
-4
/
+4
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-2
/
+10
[next]