Update verbose_name

Brightcells %!s(int64=7) %!d(string=hace) años
padre
commit
8fe6dfd442
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      mch/models.py

+ 2 - 2
mch/models.py

@@ -220,8 +220,8 @@ class BrandModelDistributorPriceInfo(BaseModelMixin):
220 220
     integral = models.IntegerField(_(u'integral'), default=100, help_text=u'积分')
221 221
 
222 222
     class Meta:
223
-        verbose_name = _(u'型号/代理商价格信息')
224
-        verbose_name_plural = _(u'型号/代理商价格信息')
223
+        verbose_name = _(u'品牌/型号/代理商价格信息')
224
+        verbose_name_plural = _(u'品牌/型号/代理商价格信息')
225 225
         unique_together = (
226 226
             ('brand_id', 'model_id', 'distributor_id'),
227 227
         )