django1/django/db/models/fields
Mariusz Felisiak 5e0aa362d9
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
This reverts 4f8c7fd9d9 and adds
two regression tests:
- test_related_manager_refresh(), and
- test_create_copy_with_m2m().

Thanks joeli for the report.
2022-09-30 18:18:33 +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 Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers." 2022-09-30 18:18:33 +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