diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 5962cf0a8c..9173aaad5f 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -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'``. diff --git a/docs/writing-apps-guide-outline.txt b/docs/writing-apps-guide-outline.txt deleted file mode 100644 index a2d8c7e010..0000000000 --- a/docs/writing-apps-guide-outline.txt +++ /dev/null @@ -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