[Checkins] SVN: grok/trunk/src/grok/interfaces.py Document applyChanges() in IGrokForm interface

Philipp von Weitershausen philikon at philikon.de
Fri Mar 16 15:51:13 EDT 2007


Log message for revision 73235:
  Document applyChanges() in IGrokForm interface
  

Changed:
  U   grok/trunk/src/grok/interfaces.py

-=-
Modified: grok/trunk/src/grok/interfaces.py
===================================================================
--- grok/trunk/src/grok/interfaces.py	2007-03-16 19:09:59 UTC (rev 73234)
+++ grok/trunk/src/grok/interfaces.py	2007-03-16 19:51:12 UTC (rev 73235)
@@ -353,7 +353,12 @@
         The errors are returned as an iterable.
         """
 
+    def applyChanges(obj, **data):
+        """Apply form data to an object.  Return True if the object
+        had to be modified, False otherwise.
+        """
 
+
 class IApplication(interface.Interface):
     """Marker-interface for grok application factories.
 



More information about the Checkins mailing list