We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a0bf4 commit 21aa62aCopy full SHA for 21aa62a
1 file changed
eav/models.py
@@ -485,7 +485,7 @@ def get_all_attribute_slugs(self):
485
'''
486
Returns a list of slugs for all attributes available to this entity.
487
488
- return self.get_all_attributes().values_list('slug', Flat=True)
+ return self.get_all_attributes().values_list('slug', flat=True)
489
490
def get_attribute_by_slug(self, slug):
491
0 commit comments