Changes between Initial Version and Version 1 of Ticket #28781


Ignore:
Timestamp:
Nov 7, 2017, 5:27:17 AM (7 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