Skip to content

Commit

Permalink
Merge pull request #764 from ranwise/patch-1
Browse files Browse the repository at this point in the history
fix letter
  • Loading branch information
matthiask committed Oct 20, 2020
2 parents 83c4201 + 35a8c67 commit b2de677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ Example usage in the admin

def related_products_count(self, instance):
return instance.products_count
related_product_count.short_description = 'Related products (for this specific category)'
related_products_count.short_description = 'Related products (for this specific category)'

def related_products_cumulative_count(self, instance):
return instance.products_cumulative_count
Expand Down

0 comments on commit b2de677

Please sign in to comment.