diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-24 01:21:29 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-24 01:21:29 +0000 |
| commit | 645aaba7116449102dcd7059223097b79e32d4e5 (patch) | |
| tree | b0da77d0896ad8e826ed08918293f286bcdff95e /docs/generic_views.txt | |
| parent | 0e40fb14d5c4e9e4559fe11fa031e2ea17b0c3e1 (diff) | |
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
Diffstat (limited to 'docs/generic_views.txt')
| -rw-r--r-- | docs/generic_views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
