Changes between Initial Version and Version 1 of Ticket #25012
- Timestamp:
- Jun 21, 2015, 5:11:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25012 – Description
initial v1 3 3 {{{ 4 4 #!div style="font-size: 80%" 5 Code highlighting:6 5 {{{#!python 7 6 class Foo(models.Model): 8 id = models.AutoField() # Now change this to models.CharField(primary_key=True ) and migrate, the migration doesn't complain7 id = models.AutoField() # Now change this to models.CharField(primary_key=True, max_length=...) and migrate, the migration doesn't complain 9 8 10 9 class Bar(object):