index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
contenttypes
Age
Commit message (
Expand
)
Author
2026-04-07
Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelAdmin.
Jacob Walls
2026-03-11
Refs #28455 -- Avoided QuerySet cloning for Prefetch() when queryset is not p...
Keryn Knight
2026-03-11
Refs #28455 -- Avoided QuerySet cloning in simple prefetch_related() usages.
Keryn Knight
2026-02-25
Fixed #36839 -- Warned when model renames encounter conflicts from stale Cont...
AbhimanyuGit2507
2026-02-21
Fixed #36935 -- Added fallback in ContentType.app_labeled_name when model_cla...
Marco Aurélio da Rosa Haubrich
2025-12-02
Updated translations from Transifex.
Natalia
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-10-16
Refs #28586 -- Copied fetch modes to related objects.
Adam Johnson
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-09-18
Refs #28586 -- Split descriptor from GenericForeignKey.
Adam Johnson
2025-09-18
Updated translations from Transifex.
Natalia
2025-08-16
Refs #31123 -- Simplified create_contentypes().
Nick Pope
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-11
Removed default value for app_configs in system check functions.
Adam Johnson
2025-06-03
Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_res...
myoungjinGo-BE
2025-04-02
Fixed #36267 -- Fixed contenttypes shortcut() view crash with an invalid obje...
Ahmed Nassar
2025-03-31
Updated translations from Transifex.
Sarah Boyce
2025-03-26
Fixed #34819 -- Made GenericForeignKey prefetching use matching pk representa...
Clifford Gama
2025-02-03
Fixed #36135 -- Fixed reverse GenericRelation prefetching.
Simon Charette
2025-01-15
Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...
Sarah Boyce
2024-10-07
Updated translations from Transifex.
nessita
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-08-07
Updated translations from Transifex.
Natalia
2024-06-24
Fixed #35545, Refs #32833 -- Fixed ContentTypeManager.get_for_models() crash ...
Sarah Boyce
2024-05-21
Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...
Adam Johnson
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2024-05-04
Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.
sobolevn
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-02-19
Fixed #35224 -- Made GenericForeignKey inherit from Field.
Adam Johnson
2024-02-05
Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...
Ben Cail
2024-01-29
Updated translations from Transifex.
Claude Paroz
2024-01-08
Fixed #33481 -- Clarified remove_stale_contenttypes data loss warning.
syed waheed
2023-12-04
Updated translations from Transifex.
Natalia
2023-09-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
2023-09-08
Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary...
Oguzhan Akan
2023-04-03
Updated translations from Transifex.
Mariusz Felisiak
2023-03-09
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
Hrushikesh Vaidya
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-20
Added short description to remove_stale_contenttypes command.
touhf
2022-12-20
Updated translations from Transifex.
Mariusz Felisiak
2022-11-18
Fixed #26261 -- Fixed queryset crash when excluding reverse GenericRelation.
roman_p
2022-11-09
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-08
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-11-04
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-10-10
Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in...
Sarah Boyce
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-08-03
Updated translations from Transifex.
Mariusz Felisiak
2022-07-31
Fixed warnings per flake8 5.0.0.
Mariusz Felisiak
2022-07-27
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-03-15
Removed unnecessary _connector from Q construction in get_for_models().
Mariusz Felisiak
[next]