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