index
:
chango.git
devmain
fix-31295
initial-branch
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
/
functions
/
base.py
Age
Commit message (
Expand
)
Author
2017-09-11
Fixed #28492 -- Defined default output_field of expressions at the class level.
Simon Charette
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-07-26
Allowed database backends to specify data types for Cast().
Mariusz Felisiak
2017-07-17
Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.
Mariusz Felisiak
2017-07-14
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...
Sergey Fedoseev
2017-06-21
Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerFiel...
Mariusz Felisiak
2017-04-03
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
Adam Johnson
2017-03-29
Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...
Sergey Fedoseev
2017-03-23
Removed unneeded Value wraps in Substr.
Sergey Fedoseev
2017-03-14
Fixed #27834 -- Added StrIndex database function.
Brad Melin
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton