remove url validator
this is done on the bot side
This commit is contained in:
parent
c76499c55e
commit
688520eaac
@ -82,7 +82,6 @@ class RSSFeed(models.Model):
|
||||
url = models.URLField(
|
||||
verbose_name=_("url"),
|
||||
help_text=_("url to the RSS feed"),
|
||||
validators=[validate_rss_url],
|
||||
)
|
||||
|
||||
image = models.ImageField(
|
||||
|
Loading…
x
Reference in New Issue
Block a user