Skip to content

Commit 2aa90c0

Browse files
authored
Purge FTP index listing all Python versions from fastly cache (#1858)
1 parent d8e3315 commit 2aa90c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

downloads/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def purge_fastly_download_pages(sender, instance, **kwargs):
276276
purge_url('/downloads/macos/')
277277
purge_url('/downloads/source/')
278278
purge_url('/downloads/windows/')
279+
purge_url('/ftp/python/')
279280
if instance.get_version() is not None:
280281
purge_url(f'/ftp/python/{instance.get_version()}/')
281282
# See issue #584 for details

0 commit comments

Comments
 (0)