Changes between Version 3 and Version 4 of FormField


Ignore:
Timestamp:
Feb 17, 2012, 4:14:57 AM (12 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FormField

    v3 v4  
    135135 * unique_for_month = "date_field"
    136136 * unique_for_year = "date_field"
     137
     138== Form fields common options ==
     139* required = True
     140* label = "Field name"
     141* initial = {}
     142* widget = Widget
     143* help_text = "text"
     144* error_messages = {}
     145
     146
     147
     148
     149
     150
Back to Top