editable last id

This commit is contained in:
bakatrouble 2021-12-22 00:12:09 +03:00
parent 41c6a6ff1e
commit 14e4adab4f

View File

@ -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):