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
/
django
/
contrib
/
contenttypes
/
fields.py
Age
Commit message (
Expand
)
Author
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
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-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-03
Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_res...
myoungjinGo-BE
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-05-21
Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...
Adam Johnson
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
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
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-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-07-27
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-10-14
Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.
Martin Svoboda
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-22
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2021-07-20
Fixed #32944 -- Avoided unnecessary WhereNode.add() calls.
Keryn Knight
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-09-25
Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-22
Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with cus...
Eugene Hatsko
2019-05-31
Fixed #30493 -- Fixed prefetch_related() for GenericRelation with different c...
can
2019-05-31
Refs #30493 -- Added GenericRelatedObjectManager.get_content_type() hook.
Mariusz Felisiak
2018-08-17
Fixed #29612 -- Added GenericRelation prefetch_related() cache invalidation.
Tom Forbes
2018-03-12
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...
robwa
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-07-21
Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...
Rachel Tobin
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
[next]