Changes between Initial Version and Version 1 of Ticket #28781


Ignore:
Timestamp:
11/07/17 11:27:17 (6 years ago)
Author:
Amir Aziiev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28781 – Description

    initial v1  
    55
    66
    7 class Mymodel(models.Model):
     7class MyModel(models.Model):
    88    col1 = models.CharField(max_length=11)
    99    col2 = models.CharField(max_length=22)
Back to Top