mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +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:
parent
2a9ed3addf
commit
58c3b4849c
@ -238,7 +238,7 @@ The date-based generic functions are:
|
|||||||
|
|
||||||
As in ``archive_month``, you can pass an optional ``month_format``. You can
|
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
|
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
|
Takes an optional ``template_object_name`` parameter, which designates the
|
||||||
name of the template variable to use. Default is ``'object'``.
|
name of the template variable to use. Default is ``'object'``.
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user