summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2025-03-31[5.2.x] Updated translations from Transifex.Sarah Boyce
2025-02-03[5.2.x] Fixed #36135 -- Fixed reverse GenericRelation prefetching.Simon Charette
2024-10-07Updated translations from Transifex.nessita
2024-09-09Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...Csirmaz Bendegúz
2024-08-07Updated translations from Transifex.Natalia
2024-06-24Fixed #35545, Refs #32833 -- Fixed ContentTypeManager.get_for_models() crash ...Sarah Boyce
2024-05-21Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...Adam Johnson
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-05-04Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.sobolevn
2024-02-20Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...Adam Johnson
2024-02-19Fixed #35224 -- Made GenericForeignKey inherit from Field.Adam Johnson
2024-02-05Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...Ben Cail
2024-01-29Updated translations from Transifex.Claude Paroz
2024-01-08Fixed #33481 -- Clarified remove_stale_contenttypes data loss warning.syed waheed
2023-12-04Updated translations from Transifex.Natalia
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-09-08Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary...Oguzhan Akan
2023-04-03Updated translations from Transifex.Mariusz Felisiak
2023-03-09Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-20Added short description to remove_stale_contenttypes command.touhf
2022-12-20Updated translations from Transifex.Mariusz Felisiak
2022-11-18Fixed #26261 -- Fixed queryset crash when excluding reverse GenericRelation.roman_p
2022-11-09Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen
2022-11-08Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen
2022-11-04Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord
2022-10-10Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in...Sarah Boyce
2022-09-30Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak
2022-08-03Updated translations from Transifex.Mariusz Felisiak
2022-07-31Fixed warnings per flake8 5.0.0.Mariusz Felisiak
2022-07-27Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.Nick Pope
2022-03-15Removed unnecessary _connector from Q construction in get_for_models().Mariusz Felisiak
2022-03-14Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera
2022-03-08Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...Hameed Gifford
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-29Updated translations from Transifex.Claude Paroz
2022-01-11Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-11-08Fixed #32980 -- Made models cache related managers.Keryn Knight
2021-11-03Fixed #32996 -- Cached PathInfos on relations.Keryn Knight
2021-10-14Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2021-07-28Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...Keryn Knight
2021-07-22Fixed #32951 -- Removed Query.where_class & co.Nick Pope
2021-07-20Fixed #32944 -- Avoided unnecessary WhereNode.add() calls.Keryn Knight
2021-07-15Fixed #32910 -- Unified different plural equations for the same language in c...Mariusz Felisiak
2021-04-06Updated translations from Transifex.Claude Paroz
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-09-30Updated translations from Transifex.Claude Paroz