diff --git a/feeds/forms.py b/feeds/forms.py index 008d9ac..5c638ac 100644 --- a/feeds/forms.py +++ b/feeds/forms.py @@ -12,7 +12,7 @@ class FeedForm(ModelForm): class Meta: model = Feed - exclude = 'owner', 'config_type', 'config_id', 'last_check', 'last_id', + exclude = 'owner', 'config_type', 'config_id', 'last_check', class FeedsAppConfigForm(ConfigForm):