remove url validator

this is done on the bot side
This commit is contained in:
Corban-Lee Jones 2024-01-29 20:43:43 +00:00
parent c76499c55e
commit 688520eaac

View File

@ -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(