summaryrefslogtreecommitdiff
path: root/tests/lookup/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...Mariusz Felisiak2023-05-081-11/+1
* Fixed lookup.tests.LookupTests.test_exact_none_transform() test on Oracle.Mariusz Felisiak2022-12-161-0/+11
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-13/+13
* Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...Simon Charette2021-04-231-0/+1
* 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-231-0/+5
* Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.André Ericson2019-10-211-0/+12
* Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo2018-04-041-0/+7
* Fixed #29155 -- Fixed crash when database functions are used with pattern loo...Mariusz Felisiak2018-03-141-0/+1
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-2/+2
* Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...Sergey Fedoseev2017-07-311-1/+2
* Fixed #28453 -- Made __exact=None lookup use transforms.Sergey Fedoseev2017-07-311-0/+11
* Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick2017-07-211-0/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.Tim Graham2017-01-171-13/+0
* Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite.Peter Inglesby2016-12-241-0/+10
* Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn2016-03-021-0/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-041-0/+8
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #22489 -- missing implemenation for search lookupJakub Roztocil2014-05-051-0/+12
* PEP8 cleanupJason Myers2013-11-021-0/+5
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+3
* Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham2013-06-111-9/+0
* Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant2013-06-111-0/+9
* Reverted the introduction of shared_models.Florian Apolloner2013-06-101-5/+16
* Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss2013-03-131-16/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+59