Formatting
This commit is contained in:
parent
4a385bde6b
commit
befc7ad2cd
28 changed files with 253 additions and 311 deletions
|
@ -6,14 +6,12 @@ import django.utils.timezone
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('todo', '0006_rename_item_model'),
|
||||
]
|
||||
dependencies = [("todo", "0006_rename_item_model")]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='task',
|
||||
name='created_date',
|
||||
model_name="task",
|
||||
name="created_date",
|
||||
field=models.DateField(blank=True, default=django.utils.timezone.now, null=True),
|
||||
),
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue