chore: blacked
This commit is contained in:
@@ -66,7 +66,9 @@ class Migration(migrations.Migration):
|
||||
model_name="product",
|
||||
name="creation_date",
|
||||
field=models.DateTimeField(
|
||||
auto_now_add=True, default=django.utils.timezone.now, verbose_name="Fecha de creación"
|
||||
auto_now_add=True,
|
||||
default=django.utils.timezone.now,
|
||||
verbose_name="Fecha de creación",
|
||||
),
|
||||
preserve_default=False,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user