Made small change to docs/generic_views.txt: 1 --> 01
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0e40fb14d5
commit
645aaba711
|
@ -223,7 +223,7 @@ The date-based generic functions are:
|
||||||
|
|
||||||
As in ``archive_month``, you can pass an optional ``month_format``. You can
|
As in ``archive_month``, you can pass an optional ``month_format``. You can
|
||||||
also pass ``day_format``, which defaults to ``"%d"`` (day of the month as a
|
also pass ``day_format``, which defaults to ``"%d"`` (day of the month as a
|
||||||
decimal number, 1-31).
|
decimal number, 01-31).
|
||||||
|
|
||||||
**New in Django development version:** Takes an optional
|
**New in Django development version:** Takes an optional
|
||||||
``template_object_name`` parameter, which designates the name of the
|
``template_object_name`` parameter, which designates the name of the
|
||||||
|
|
Loading…
Reference in New Issue