diff options
| author | Curtis Maloney <curtis@tinbrain.net> | 2013-09-21 13:54:48 +1000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-21 06:56:00 -0400 |
| commit | e94efee946bb440a4ea9fbe89dcb58972a87e8b3 (patch) | |
| tree | 650211325ab5c4d8d3a0735394d4b284b1b86b49 /docs/ref/class-based-views | |
| parent | 0ad178c43d7ac377480cc5fd5e3204f912603a49 (diff) | |
[1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting.
Backport of 43a2ec7999 from master
Diffstat (limited to 'docs/ref/class-based-views')
| -rw-r--r-- | docs/ref/class-based-views/mixins-date-based.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/class-based-views/mixins-date-based.txt b/docs/ref/class-based-views/mixins-date-based.txt index 1a1a4d531b..7003adfa06 100644 --- a/docs/ref/class-based-views/mixins-date-based.txt +++ b/docs/ref/class-based-views/mixins-date-based.txt @@ -4,6 +4,11 @@ Date-based mixins .. currentmodule:: django.views.generic.dates +.. note:: + All the date formatting attributes in these mixins use + :func:`~time.strftime` format characters. Do not try to use the format + characters from the :ttag:`now` template tag as they are not compatible. + YearMixin --------- |
