django/docs/internals
Adam Johnson b9838c65ec Fixed #35405 -- Converted get_cache_name into a cached property in FieldCacheMixin.
FieldCacheMixin is used by related fields to track their cached values.
This work migrates get_cache_name() to be a cached property to optimize
performance by reducing unnecessary function calls when working with
related fields, given that its value remains constant.

Co-authored-by: Simon Charette <charette.s@gmail.com>
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-05-21 16:19:29 -03:00
..
_images Refs #31676 -- Used term "merger" instead of "committer" in docs. 2022-03-22 11:13:36 +01:00
contributing Added a high contrast mode to screenshot cases. 2024-05-02 13:18:58 +02:00
deprecation.txt Fixed #35405 -- Converted get_cache_name into a cached property in FieldCacheMixin. 2024-05-21 16:19:29 -03:00
git.txt
howto-release-django.txt Updated docs for the Django release process. 2024-05-10 19:45:19 -03:00
index.txt Replaced docs/internals/team.txt with DSF teams page. 2017-03-14 16:36:44 -04:00
mailing-lists.txt Added Django Forum to mailing lists page. 2023-03-24 08:32:17 +01:00
organization.txt Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
release-process.txt Refs #31676 -- Used term "merger" instead of "committer" in docs. 2022-03-22 11:13:36 +01:00
security.txt Changed severity levels to list in security policy docs. 2024-02-05 05:36:32 +01:00