editable last id
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user