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