MCPcopy
hub / github.com/django/django / Company

Class Company

tests/i18n/models.py:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class Company(models.Model):
12 name = models.CharField(max_length=50)
13 date_added = models.DateTimeField(default=datetime(1799, 1, 31, 23, 59, 59, 0))
14 cents_paid = models.DecimalField(max_digits=4, decimal_places=2)
15 products_delivered = models.IntegerField()
16
17 class Meta:
18 verbose_name = _("Company")

Callers 1

test_safestrMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_safestrMethod · 0.56