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 069f7e9 commit 64faea9Copy full SHA for 64faea9
taxonomy/models.py
@@ -112,6 +112,7 @@ class Meta:
112
Meta configuration for CourseSkills model.
113
"""
114
115
+ verbose_name_plural = 'CourseSkills'
116
ordering = ('created', )
117
app_label = 'taxonomy'
118
@@ -242,6 +243,7 @@ class Meta:
242
243
Metadata for the JobSkills model.
244
245
246
+ verbose_name_plural = 'JobSkills'
247
ordering = ('created',)
248
249
@@ -312,6 +314,7 @@ class Meta:
312
314
Metadata for the JobPostings model.
313
315
316
317
+ verbose_name_plural = 'JobPostings'
318
319
320
0 commit comments