summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_fields.py
AgeCommit message (Expand)Author
2025-09-18Refs #28586 -- Split descriptor from GenericForeignKey.Adam Johnson
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-01-15Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...Sarah Boyce
2024-12-02Fixed #35950 -- Restored refreshing of relations when fields deferred.Adam Johnson
2024-08-28Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...Simon Charette
2024-03-08Fixed #35044 -- Avoided clearing reverse relations and private fields when ac...Giannis Terzopoulos
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2022-11-07Fixed #34137 -- Made Model.refresh_from_db() clear cached generic relations.Bhuvnesh
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-14Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2017-02-03Refs #27745 -- Improved test coverage of contrib.contenttypes.Anton Samarchyan
2017-02-03Split up contenttypes_tests.Tim Graham