Changeset 522
- Timestamp:
- 08/16/05 21:05:53 (3 years ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r434 r522 314 314 315 315 If fetched with GET, it uses the template 316 ``app_label/module_name_ s_confirm_delete`` by default. It uses no template316 ``app_label/module_name_confirm_delete`` by default. It uses no template 317 317 if POSTed -- it simply deletes the object and redirects. 318 318
