Changes between Initial Version and Version 2 of Ticket #29588


Ignore:
Timestamp:
Jul 25, 2018, 5:32:17 AM (6 years ago)
Author:
Ronny Vedrilla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29588 – Description

    initial v2  
    44{{{
    55class InvoicingDocument(models.Model):
     6       field1 = models.IntegerField()
     7       field2 = models.IntegerField()
    68       class Meta:
    79       abstract = True
Back to Top