Skip to content

Commit 64faea9

Browse files
update model plural names
1 parent 069f7e9 commit 64faea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

taxonomy/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class Meta:
112112
Meta configuration for CourseSkills model.
113113
"""
114114

115+
verbose_name_plural = 'CourseSkills'
115116
ordering = ('created', )
116117
app_label = 'taxonomy'
117118

@@ -242,6 +243,7 @@ class Meta:
242243
Metadata for the JobSkills model.
243244
"""
244245

246+
verbose_name_plural = 'JobSkills'
245247
ordering = ('created',)
246248
app_label = 'taxonomy'
247249

@@ -312,6 +314,7 @@ class Meta:
312314
Metadata for the JobPostings model.
313315
"""
314316

317+
verbose_name_plural = 'JobPostings'
315318
ordering = ('created',)
316319
app_label = 'taxonomy'
317320

0 commit comments

Comments
 (0)