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:
Adrian Holovaty 2006-04-24 01:21:29 +00:00
parent 0e40fb14d5
commit 645aaba711
1 changed files with 1 additions and 1 deletions

View File

@ -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