fix: minor API adjustments

This commit is contained in:
Pablo Moreno
2024-05-17 02:14:08 +02:00
parent 84bd7b1951
commit 033d0014cd
4 changed files with 64 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ class Product(models.Model):
class Meta:
verbose_name = _("Producto")
verbose_name_plural = _("Productos")
ordering = ('id', )
class ProductPrice(models.Model):