Skip to content

Commit

Permalink
setting verbose name plural for Property
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 12, 2018
1 parent abc7f54 commit 9dd6bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wc_kb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1363,3 +1363,4 @@ class Property(KnowledgeBaseObject):

class Meta(obj_model.Model.Meta):
attribute_order = ('id', 'name', 'value', 'units')
verbose_name_plural = 'Properties'

0 comments on commit 9dd6bd1

Please sign in to comment.