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 |
Mariusz Felisiak
|
15c14f6f16
|
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
|
2017-02-06 09:19:13 -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 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Mads Jensen
|
1446902be4
|
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
Thanks to Mariusz Felisiak and Tim Graham for review.
|
2016-11-11 08:01:40 -05:00 |
Tim Graham
|
ac0cf97cb4
|
Removed redundant DateTimeField.register_lookup()s.
DateTimeField inherits these lookups from DateField.
|
2016-11-10 10:15:56 -05:00 |
Tim Graham
|
414ad25b09
|
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
2016-10-27 08:53:20 -04:00 |
Simon Charette
|
8a4f017f45
|
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Thanks Tim for the review.
|
2016-07-08 12:35:34 -04:00 |
Simon Charette
|
082c52dbed
|
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Thanks Josh for the amazing testing setup and Tim for the review.
|
2016-07-08 12:35:34 -04:00 |
Tim Graham
|
546649f2d6
|
Fixed some newlines in imports per isort.
|
2016-05-19 11:05:44 -04:00 |
Josh Smeaton
|
2a4af0ea43
|
Fixed #25774 -- Refactor datetime expressions into public API
|
2016-05-18 20:14:58 +10:00 |