Changes between Version 3 and Version 4 of CookBookNewFormsDynamicFields
- Timestamp:
- Jan 2, 2008, 8:09:52 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookNewFormsDynamicFields
v3 v4 31 31 32 32 This technique isn't limited to defining new fields. You can also set a field's `initial` value in the `__init__` method, which is really helpful when your forms depend on your models, but don't match up exactly so you can't use the `ModelForm` framework. 33 34 ''References:''[[BR]] 35 36 [http://programming-whore.blogspot.com/2007/04/useful-things-in-python-you-might-not.html Enumerate Function]