diff options
| author | Carl Meyer <carl@oddbird.net> | 2013-09-27 11:58:41 -0600 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2013-09-27 11:58:41 -0600 |
| commit | 8a4f5de4b69aade70cfe651079189a82a55fd1d5 (patch) | |
| tree | 723a1e48212e7b6c4c64678f3993d68d0d52cdff /docs | |
| parent | 3754f4ad410640382f9fe25073da03009cdc2ea3 (diff) | |
Fixed malformed directive in CBV date-based-mixins docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/class-based-views/mixins-date-based.txt | 1 |
1 files changed, 1 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 06eec90a8b..020fc918b8 100644 --- a/docs/ref/class-based-views/mixins-date-based.txt +++ b/docs/ref/class-based-views/mixins-date-based.txt @@ -5,6 +5,7 @@ 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. |
