| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
doesn't return data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 rhertzog and Björn Påhlsson for the suggestion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
|
|
|
|
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
|
|
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.
|
|
|
|
|
|
|
|
This snippet wasn't particularly helpful as `add_error()` is described
in greater details in the following section.
Thanks Claude Paroz for the report.
|
|
Thanks vanschelven and expleo for the initial patch.
|
|
|
|
Thanks oinopion for the suggestion and jarus for the initial patch.
|
|
Uses native support in postgres, and char(32) on other backends.
|
|
Thanks to Trac alias nessita for the report.
|
|
Thanks blueyed for the report and Tim Graham for the review.
|
|
unique field.
Thanks Keryn Knight for the suggestion.
|
|
|
|
|
|
|
|
|
|
|