summaryrefslogtreecommitdiff
path: root/django/db/models/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord2022-11-041-0/+17
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
* Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak2021-09-271-2/+2
* Fixed #32812 -- Restored immutability of named values from QuerySet.values_li...Takayuki Hirayama2021-06-041-1/+5
* Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist2020-09-161-0/+18
* Refs #31046 -- Added django.db.models.utils.resolve_callables().Baptiste Mispelon2019-12-031-0/+9
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-2/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-4/+1
* Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill2016-05-191-9/+15
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-0/+18