Project

General

Profile

« Previous | Next » 

Revision b94039e0

Added by Serghei Mihai about 10 years ago

objects management forms and templates reviewed

View differences:

corbo/forms.py
5 5
class AnnounceForm(forms.ModelForm):
6 6
    class Meta:
7 7
        model = Announce
8
        exclude = ('publication_time', 'expiration_time')
8 9

  
9 10
class CategoryForm(forms.ModelForm):
10 11
    class Meta:
12
        fields = ('name', )
11 13
        model = Category

Also available in: Unified diff