Django

Code

Changeset 7966

Show
Ignore:
Timestamp:
07/18/08 18:52:18 (1 year ago)
Author:
gwilson
Message:

Refs #3639 -- Minor docstring correction, it's a function not a method.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/views/generic/create_update.py

    r7952 r7966  
    6969    then raise ImproperlyConfigured. 
    7070 
    71     This method is meant to handle the post_save_redirect parameter to the 
     71    This function is meant to handle the post_save_redirect parameter to the 
    7272    ``create_object`` and ``update_object`` views. 
    7373    """