Merge where I left backend-frameworkification #2
@ -13,13 +13,13 @@ class Migration(migrations.Migration):
|
|||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
model_name='pilog',
|
model_name='pilog',
|
||||||
name='simulation_x',
|
name='simulation_x',
|
||||||
field=models.DecimalField(decimal_places=10, default=0.0, max_digits=11),
|
field=models.DecimalField(decimal_places=10, default=-1.0, max_digits=11),
|
||||||
preserve_default=False,
|
preserve_default=False,
|
||||||
),
|
),
|
||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
model_name='pilog',
|
model_name='pilog',
|
||||||
name='simulation_y',
|
name='simulation_y',
|
||||||
field=models.DecimalField(decimal_places=10, default=0.0, max_digits=11),
|
field=models.DecimalField(decimal_places=10, default=-1.0, max_digits=11),
|
||||||
preserve_default=False,
|
preserve_default=False,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user