Skip to content

Commit 252ddbd

Browse files
Also update help text for downloads/models.py
1 parent ea18581 commit 252ddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloads/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Release(ContentManageable, NameSlugModel):
5656
default=False,
5757
db_index=True,
5858
help_text="Set this if this should be considered the latest release "
59-
"for the major version. Previous 'latest' versions will "
59+
"for the minor version. Previous 'latest' versions will "
6060
"automatically have this flag turned off.",
6161
)
6262
is_published = models.BooleanField(

0 commit comments

Comments
 (0)