Author: gwilson
Date: 2008-07-18 18:52:18 -0500 (Fri, 18 Jul 2008)
New Revision: 7966

Modified:
   django/trunk/django/views/generic/create_update.py
Log:
Refs #3639 -- Minor docstring correction, it's a function not a method.


Modified: django/trunk/django/views/generic/create_update.py
===================================================================
--- django/trunk/django/views/generic/create_update.py  2008-07-18 23:46:10 UTC 
(rev 7965)
+++ django/trunk/django/views/generic/create_update.py  2008-07-18 23:52:18 UTC 
(rev 7966)
@@ -68,7 +68,7 @@
     by ``get_absolute_url()``.  If ``obj`` has no ``get_absolute_url`` method,
     then raise ImproperlyConfigured.
 
-    This method is meant to handle the post_save_redirect parameter to the
+    This function is meant to handle the post_save_redirect parameter to the
     ``create_object`` and ``update_object`` views.
     """
     if post_save_redirect:


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to