summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2013-09-27 11:58:41 -0600
committerCarl Meyer <carl@oddbird.net>2013-09-27 11:58:41 -0600
commit8a4f5de4b69aade70cfe651079189a82a55fd1d5 (patch)
tree723a1e48212e7b6c4c64678f3993d68d0d52cdff /docs/ref
parent3754f4ad410640382f9fe25073da03009cdc2ea3 (diff)
Fixed malformed directive in CBV date-based-mixins docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/class-based-views/mixins-date-based.txt1
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.