Changeset 2756
- Timestamp:
- 04/27/06 17:12:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/docs/generic_views.txt
r2744 r2756 239 239 As in ``archive_month``, you can pass an optional ``month_format``. You can 240 240 also pass ``day_format``, which defaults to ``"%d"`` (day of the month as a 241 decimal number, 1-31).241 decimal number, 01-31). 242 242 243 243 Takes an optional ``template_object_name`` parameter, which designates the
