We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f67d6 commit ca3fddeCopy full SHA for ca3fdde
app/articles/models.py
@@ -26,7 +26,7 @@ class Article(models.Model):
26
"""
27
28
# NOTE! All categories require a matching entry in
29
- # app.pages.models.Page.APPLICATIONS.
+ # app.pages.models.Page.TYPES.
30
CATEGORIES = (
31
("blog", _("blog")),
32
("publications", _("publications")),
0 commit comments