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