Ian Foote
|
f42ccdd835
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter().
|
4 years ago |
Simon Charette
|
170b006ce8
Fixed #32673 -- Fixed lookups crash when comparing against lookups on PostgreSQL.
|
3 years ago |
Mariusz Felisiak
|
ba9a2b7544
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported operations for sliced querysets.
|
4 years ago |
Mariusz Felisiak
|
396da8b94c
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
|
4 years ago |
Hasan Ramezani
|
3f7b327562
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
|
4 years ago |
Kaustubh
|
b9be11d442
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
|
4 years ago |
Adam Johnson
|
5776a1660e
Fixed #31667 -- Made __in lookup ignore None values.
|
4 years ago |
Hannes Ljungberg
|
447980e72a
Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when using Meta.constraints.
|
5 years ago |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
5 years ago |
André Ericson
|
31174031f1
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
|
5 years ago |
James Timmins
|
0719edcd5f
Fixed #30771 -- Fixed exact lookup against queries with selected columns.
|
5 years ago |
Simon Charette
|
8b4a43dda7
Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.
|
5 years ago |
Simon Charette
|
f7e9db14bb
Refs #25367 -- Added test for Exists() lookup rhs.
|
5 years ago |
JangHyukJin
|
0027ca76c7
Used QuerySet.bulk_create() in lookup.tests.
|
6 years ago |
Sergey Fedoseev
|
1933e56eca
Removed uneeded generator expressions and list comprehensions.
|
6 years ago |
Simon Charette
|
84e7a9f4a7
Switched setUp() to setUpTestData() where possible in Django's tests.
|
6 years ago |
Abhinav Patil
|
bf01994a5c
Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.
|
6 years ago |
Nick Pope
|
b0fbfae093
Fixed #29503 -- Made __in lookup keep order of values in query.
|
6 years ago |
Dmitry Dygalo
|
c979c0a2b8
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value.
|
7 years ago |
Mariusz Felisiak
|
ba3078c92d
Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on Oracle.
|
7 years ago |
Mariusz Felisiak
|
feb683c4c2
Fixed #29155 -- Fixed crash when database functions are used with pattern lookups.
|
7 years ago |
Raymond Hettinger
|
aba9763b51
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation warnings.
|
7 years ago |
Tim Graham
|
1b73ccc4bf
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
|
7 years ago |
Sergey Fedoseev
|
58da81a5a3
Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts value to None.
|
7 years ago |
Sergey Fedoseev
|
0baea920c8
Fixed #28453 -- Made __exact=None lookup use transforms.
|
7 years ago |
Mads Jensen
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 years ago |
Tom Carrick
|
3159ad4df6
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary key.
|
8 years ago |
Jon Dufresne
|
21046e7773
Fixed #28249 -- Removed unnecessary dict.keys() calls.
|
7 years ago |
Mariusz Felisiak
|
1b6f05e91f
Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more than 999 ids.
|
8 years ago |
Tim Graham
|
29f607927f
Fixed spelling of "nonexistent".
|
8 years ago |