Sergey Fedoseev
|
8b2515a450
|
Removed unneeded __init__() methods.
|
2017-09-07 08:10:49 -04:00 |
Mariusz Felisiak
|
8e41373c81
|
Allowed database backends to specify data types for Cast().
A small refactor ahead of refs #28371.
|
2017-07-26 20:26:58 -04:00 |
Mariusz Felisiak
|
776cee9749
|
Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.
Thanks Tim Graham for the review.
|
2017-07-17 21:12:27 +02:00 |
Sergey Fedoseev
|
504ce3914f
|
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field).
|
2017-07-14 21:56:01 -04:00 |
Mariusz Felisiak
|
0f91ba1adc
|
Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerField on MySQL.
|
2017-06-21 10:16:53 -04:00 |
Adam Johnson
|
7f8a924b45
|
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
|
2017-04-03 08:39:57 -04:00 |
Sergey Fedoseev
|
068d75688f
|
Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest.
|
2017-03-29 13:29:53 -04:00 |
Sergey Fedoseev
|
40ffabe8dc
|
Removed unneeded Value wraps in Substr.
Unneeded since e2d6e14662 .
|
2017-03-23 10:50:56 -04:00 |
Brad Melin
|
b625907a79
|
Fixed #27834 -- Added StrIndex database function.
|
2017-03-14 19:58:56 -04:00 |
Anton Samarchyan
|
60e52a047e
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |
Vytis Banaitis
|
8838d4dd49
|
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
2017-02-01 11:41:56 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Josh Smeaton
|
2a4af0ea43
|
Fixed #25774 -- Refactor datetime expressions into public API
|
2016-05-18 20:14:58 +10:00 |