summaryrefslogtreecommitdiff
path: root/tests/lookup/models.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-23Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...Simon Charette
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2020-04-23Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...Hannes Ljungberg
2019-10-21Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.André Ericson
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-03-14Fixed #29155 -- Fixed crash when database functions are used with pattern loo...Mariusz Felisiak
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-07-31Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...Sergey Fedoseev
2017-07-31Fixed #28453 -- Made __exact=None lookup use transforms.Sergey Fedoseev
2017-07-21Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.Tim Graham
2016-12-24Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite.Peter Inglesby
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-05-05Fixed #22489 -- missing implemenation for search lookupJakub Roztocil
2013-11-02PEP8 cleanupJason Myers
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-06-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-10Reverted the introduction of shared_models.Florian Apolloner
2013-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner