Skip to content

Commit

Permalink
update model plural names
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ammar committed Jan 21, 2021
1 parent 069f7e9 commit 64faea9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taxonomy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class Meta:
Meta configuration for CourseSkills model.
"""

verbose_name_plural = 'CourseSkills'
ordering = ('created', )
app_label = 'taxonomy'

Expand Down Expand Up @@ -242,6 +243,7 @@ class Meta:
Metadata for the JobSkills model.
"""

verbose_name_plural = 'JobSkills'
ordering = ('created',)
app_label = 'taxonomy'

Expand Down Expand Up @@ -312,6 +314,7 @@ class Meta:
Metadata for the JobPostings model.
"""

verbose_name_plural = 'JobPostings'
ordering = ('created',)
app_label = 'taxonomy'

Expand Down

0 comments on commit 64faea9

Please sign in to comment.