Changes between Initial Version and Version 1 of Ticket #26665


Ignore:
Timestamp:
May 25, 2016, 12:48:31 PM (8 years ago)
Author:
Nitesh Lohchab
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26665 – Description

    initial v1  
    66----------------------------------------------------------------------------------------------------------
    77
     8
     9{{{
    810def abc():
    911    print "this is abc"
     
    1315class testt(models.Model):
    1416    text = models.CharField(max_length=12, default=abc)
     17}}}
     18
    1519
    1620-------------------------------------------------------------------------------------------------------
Back to Top