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