Changes between Initial Version and Version 1 of Ticket #6369
- Timestamp:
- Jan 12, 2008, 11:29:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6369
- Property Patch needs improvement set
- Property Needs documentation set
- Property Needs tests set
- Property Triage Stage Unreviewed → Accepted
-
Ticket #6369 – Description
initial v1 3 3 Right now, this is accomplished with: 4 4 {{{ 5 #!python 5 6 class myForm(forms.ModelForm): 6 7 def __init__(self, *args, **kwargs): … … 14 15 The new version would just be: 15 16 {{{ 17 #!python 16 18 class myForm(forms.ModelForm): 17 19 class Meta: