Revision 6658a4d4
Added by Frédéric Péters about 9 years ago
corbo/forms.py | ||
---|---|---|
11 | 11 |
|
12 | 12 |
class Meta: |
13 | 13 |
model = Announce |
14 |
fields = '__all__' |
|
14 | 15 |
widgets = { |
15 | 16 |
'publication_time': forms.TextInput(attrs={'class': 'datepicker', |
16 | 17 |
'size': 8}), |
Also available in: Unified diff
trivial: declare fields attribute for announce form (django 1.8 compat)