Ray

Results 1 comments of Ray

Howdy folks. The following code also suffers from the same behaviour: ``` class Migration(migrations.Migration): dependencies = [ ] operations = [ migrations.CreateModel( name='AdvancedOddComparison', fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('named_name',...