mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Must include the leading slash in purges.
This commit is contained in:
@ -40,7 +40,7 @@ class Version(PgModel, models.Model):
|
||||
def purge_urls(self):
|
||||
yield '/$'
|
||||
yield '/support/submitbug'
|
||||
yield 'versions.rss'
|
||||
yield '/versions.rss'
|
||||
|
||||
|
||||
class Country(models.Model):
|
||||
|
Reference in New Issue
Block a user