web/formfields.py
changeset 5238 31c12863fd9d
parent 5155 1dea6e0fdfc1
parent 5220 42f854b6083d
child 5270 6297d5265572
--- a/web/formfields.py	Tue Apr 13 19:43:30 2010 +0200
+++ b/web/formfields.py	Tue Apr 13 19:43:51 2010 +0200
@@ -70,7 +70,7 @@
     :required:
        bool flag telling if the field is required or not.
     :value:
-       field's value, used when no value specified by other means. XXX explain
+       field value (may be an actual value, a default value or nothing)
     :choices:
        static vocabulary for this field. May be a list of values or a list of
        (label, value) tuples if specified.