django1/django/db/models/fields
Allen Jonathan David 10178197d5 Fixed #33966 -- Added support for using KeyTextTransform from lookup. 2022-09-16 05:36:57 +02:00
..
__init__.py Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -Inf values. 2022-08-27 15:51:08 +02:00
files.py Fixed typo in django/db/models/fields/files.py comment. 2022-08-25 09:41:33 +02:00
json.py Fixed #33966 -- Added support for using KeyTextTransform from lookup. 2022-09-16 05:36:57 +02:00
mixins.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
proxy.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
related.py Fixed #29799 -- Allowed registering lookups per field instances. 2022-09-02 10:02:24 +02:00
related_descriptors.py Refs #26780 -- Made prefetch_related() don't use window expressions fo sliced queries if not supported. 2022-09-06 05:54:35 +02:00
related_lookups.py Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and alias(). 2022-09-09 08:37:46 +02:00
reverse_related.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00