summaryrefslogtreecommitdiff
path: root/django/db/models/fields/mixins.py
AgeCommit message (Expand)Author
2025-01-15Refs #35405 -- Removed FieldCacheMixin.get_cache_name() per deprecation timel...Sarah Boyce
2024-08-28Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get...Simon Charette
2024-05-21Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...Adam Johnson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-10-17Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage
2018-05-14Refs #28834 -- Moved ancestor field cached value fallback to related fields d...Paulo
2017-11-29Fixed #28834 -- Followed ancestor links on field cache lookup failure.Simon Charette
2017-08-10Refs #16043 -- Refactored internal fields value cache.Paulo