From 645aaba7116449102dcd7059223097b79e32d4e5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 24 Apr 2006 01:21:29 +0000 Subject: [PATCH] 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 --- docs/generic_views.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 36122e4409..3e6d2244d9 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -223,7 +223,7 @@ The date-based generic functions are: 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 - decimal number, 1-31). + decimal number, 01-31). **New in Django development version:** Takes an optional ``template_object_name`` parameter, which designates the name of the