Django

Code

Changeset 2746

Show
Ignore:
Timestamp:
04/23/06 20:21:29 (2 years ago)
Author:
adrian
Message:

Made small change to docs/generic_views.txt: 1 --> 01

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/generic_views.txt

    r2545 r2746  
    224224    As in ``archive_month``, you can pass an optional ``month_format``. You can 
    225225    also pass ``day_format``, which defaults to ``"%d"`` (day of the month as a 
    226     decimal number, 1-31). 
     226    decimal number, 01-31). 
    227227 
    228228    **New in Django development version:** Takes an optional