Changeset 7966
- Timestamp:
- 07/18/08 18:52:18 (1 year ago)
- Files:
-
- django/trunk/django/views/generic/create_update.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/views/generic/create_update.py
r7952 r7966 69 69 then raise ImproperlyConfigured. 70 70 71 This methodis meant to handle the post_save_redirect parameter to the71 This function is meant to handle the post_save_redirect parameter to the 72 72 ``create_object`` and ``update_object`` views. 73 73 """
