| Age | Commit message (Collapse) | Author |
|
|
|
Should have been removed in b6ea1961eb6816dee4370fb0ebd49dba29478db1.
|
|
Thanks Tim Graham for the review.
|
|
|
|
form field order.
|
|
This seems unneeded since its introduction in
da3aa22d04d6452f87abbb1a0fee8a90a61eff5b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
instances.
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
|
|
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
form/model fields.
|
|
set.
|
|
|
|
|
|
|
|
|
|
This fixes a regression introduced by 871440361.
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
Thanks Keryn Knight and Tim Graham for the reviews.
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
Thanks Carsten Fuchs for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
timeline.
refs #8898
|
|
A field for storing periods of time - modeled in Python by timedelta. It
is stored in the native interval data type on PostgreSQL and as a bigint
of microseconds on other backends.
Also includes significant changes to the internals of time related maths
in expressions, including the removal of DateModifierNode.
Thanks to Tim and Josh in particular for reviews.
|