mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +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):
|
def purge_urls(self):
|
||||||
yield '/$'
|
yield '/$'
|
||||||
yield '/support/submitbug'
|
yield '/support/submitbug'
|
||||||
yield 'versions.rss'
|
yield '/versions.rss'
|
||||||
|
|
||||||
|
|
||||||
class Country(models.Model):
|
class Country(models.Model):
|
||||||
|
Reference in New Issue
Block a user