We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beea151 commit ad474faCopy full SHA for ad474fa
1 file changed
downloads/tests/test_models.py
@@ -103,6 +103,7 @@ def test_update_supernav(self):
103
release = Release.objects.create(
104
name='Python install manager 25.0',
105
version=Release.PYMANAGER,
106
+ is_latest=True,
107
)
108
109
for os, slug in [
0 commit comments