Author: adrian
Date: 2006-04-27 17:12:51 -0500 (Thu, 27 Apr 2006)
New Revision: 2756
Removed:
django/branches/magic-removal/docs/writing-apps-guide-outline.txt
Modified:
django/branches/magic-removal/docs/generic_views.txt
Log:
magic-removal: Merged to [2755]
Modified: django/branches/magic-removal/docs/generic_views.txt
===================================================================
--- django/branches/magic-removal/docs/generic_views.txt 2006-04-27
22:12:05 UTC (rev 2755)
+++ django/branches/magic-removal/docs/generic_views.txt 2006-04-27
22:12:51 UTC (rev 2756)
@@ -238,7 +238,7 @@
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'``.
Deleted: django/branches/magic-removal/docs/writing-apps-guide-outline.txt
===================================================================
--- django/branches/magic-removal/docs/writing-apps-guide-outline.txt
2006-04-27 22:12:05 UTC (rev 2755)
+++ django/branches/magic-removal/docs/writing-apps-guide-outline.txt
2006-04-27 22:12:51 UTC (rev 2756)
@@ -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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---