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 ea18581 commit 252ddbdCopy full SHA for 252ddbd
downloads/models.py
@@ -56,7 +56,7 @@ class Release(ContentManageable, NameSlugModel):
56
default=False,
57
db_index=True,
58
help_text="Set this if this should be considered the latest release "
59
- "for the major version. Previous 'latest' versions will "
+ "for the minor version. Previous 'latest' versions will "
60
"automatically have this flag turned off.",
61
)
62
is_published = models.BooleanField(
0 commit comments