Changes between Initial Version and Version 1 of Ticket #25012


Ignore:
Timestamp:
Jun 21, 2015, 5:11:09 AM (9 years ago)
Author:
Hedde van der Heide
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25012 – Description

    initial v1  
    33{{{
    44    #!div style="font-size: 80%"
    5     Code highlighting:
    65    {{{#!python
    76    class Foo(models.Model):
    8         id = models.AutoField()  # Now change this to models.CharField(primary_key=True) and migrate, the migration doesn't complain   
     7        id = models.AutoField()  # Now change this to models.CharField(primary_key=True, max_length=...) and migrate, the migration doesn't complain   
    98
    109    class Bar(object):
Back to Top