[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.txt context -> content.

Martijn Faassen faassen at infrae.com
Sun Sep 23 12:55:13 EDT 2007


Log message for revision 79856:
  context -> content.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/form.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/form.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/form.txt	2007-09-23 16:46:08 UTC (rev 79855)
+++ z3c.form/trunk/src/z3c/form/form.txt	2007-09-23 16:55:13 UTC (rev 79856)
@@ -203,11 +203,11 @@
 widget. This value could come from three places (looked up in this order):
 
 1. The field's default value.
-2. The context object that the form is representing.
+2. The content object that the form is representing.
 3. The request in case a form has not been submitted or an error occurred.
 
 Since we are currently building an add form and not an edit form,
-there is no context object to represent, so the second step is not
+there is no content object to represent, so the second step is not
 applicable. The third step is also not applicable as we do not have
 anything in the request. Therefore, the value should be the field's
 default value, or be empty. In this case the field provides a default



More information about the Checkins mailing list