summaryrefslogtreecommitdiff
path: root/tests/lookup
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...Mariusz Felisiak2023-05-082-12/+9
* Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.Simon Charette2023-04-041-0/+19
* Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak2023-03-281-1/+26
* Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.Mariusz Felisiak2023-03-281-2/+12
* Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...Ekaterina Vahrusheva2023-03-031-0/+29
* Removed unnecessary commas in tests.Mariusz Felisiak2022-12-211-1/+1
* Fixed lookup.tests.LookupTests.test_exact_none_transform() test on Oracle.Mariusz Felisiak2022-12-161-0/+11
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-21/+21
* Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...Mariusz Felisiak2022-10-071-4/+4
* Fixed #34015 -- Allowed filtering by transforms on relation fields.Mariusz Felisiak2022-09-221-2/+8
* Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.David Wobrock2022-05-191-1/+12
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-075-459/+687
* Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...Roman2021-11-021-0/+39
* Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote2021-07-091-2/+159
* Refs #24121 -- Added __repr__() to Lookup.saeedblanchette2021-05-241-0/+17
* Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...Simon Charette2021-04-232-2/+23
* Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak2021-03-101-0/+5
* Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.Mariusz Felisiak2021-01-141-11/+2
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-062-169/+97
* Refs #27149 -- Fixed sql.Query identity.Simon Charette2020-10-281-1/+25
* Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.Kaustubh2020-08-261-0/+18
* Fixed #31667 -- Made __in lookup ignore None values.Adam Johnson2020-06-111-2/+28
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-6/+0
* Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...Hannes Ljungberg2020-04-232-1/+45
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-043-6/+3
* Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.André Ericson2019-10-212-1/+35
* Fixed #30771 -- Fixed exact lookup against queries with selected columns.James Timmins2019-09-201-0/+13
* Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.Simon Charette2019-08-171-0/+14
* Refs #25367 -- Added test for Exists() lookup rhs.Simon Charette2019-08-121-0/+10
* Refs #29396, #30494 -- Reduced code duplication in year lookups.Simon Charette2019-05-211-6/+6
* Used QuerySet.bulk_create() in lookup.tests.JangHyukJin2019-04-011-27/+34
* Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev2019-02-091-1/+1
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-23/+24
* Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.Abhinav Patil2018-10-011-1/+16
* Fixed #29503 -- Made __in lookup keep order of values in query.Nick Pope2018-06-201-0/+4
* Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo2018-04-042-1/+18
* Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on ...Mariusz Felisiak2018-03-151-2/+2
* Fixed #29155 -- Fixed crash when database functions are used with pattern loo...Mariusz Felisiak2018-03-142-0/+18
* Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...Raymond Hettinger2018-02-051-2/+2
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-2/+2
* Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.Tim Graham2017-10-161-0/+22
* Corrected YearComparisonLookup.get_bound() signature.Srinivas Reddy Thatiparthy2017-09-041-0/+17
* Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...Sergey Fedoseev2017-07-312-1/+12
* Fixed #28453 -- Made __exact=None lookup use transforms.Sergey Fedoseev2017-07-312-0/+18
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-4/+13
* Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick2017-07-212-10/+62
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-2/+2
* Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...Mariusz Felisiak2017-03-271-0/+11
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1