1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

magic-removal: Merged to [2755]

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2756 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-04-27 22:12:51 +00:00
parent 2a9ed3addf
commit 58c3b4849c
2 changed files with 1 additions and 16 deletions

View File

@ -238,7 +238,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).
Takes an optional ``template_object_name`` parameter, which designates the
name of the template variable to use. Default is ``'object'``.

View File

@ -1,15 +0,0 @@
- Getting started
- The application package structure
- INSTALLED_APPS
- Each step, explained tersely
- Writing models
- The model
- Admin specification
- Initializing the database
- Custom SQL
- Views
- URL dispatch
- View functions
- Request object
- Response objects
- Custom template tags/filters