summaryrefslogtreecommitdiff
path: root/django/db/models/utils.py
AgeCommit message (Expand)Author
9 daysFixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2022-11-04Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-06-04Fixed #32812 -- Restored immutability of named values from QuerySet.values_li...Takayuki Hirayama
2020-09-16Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist
2019-12-03Refs #31046 -- Added django.db.models.utils.resolve_callables().Baptiste Mispelon
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2015-03-25Fixed #24215 -- Refactored lazy model operationsAlex Hill