We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d53c2 commit 22c02f2Copy full SHA for 22c02f2
netbox_custom_objects/migrations/0001_initial.py
@@ -38,7 +38,7 @@ class Migration(migrations.Migration):
38
"id",
39
models.BigAutoField(
40
auto_created=True, primary_key=True, serialize=False,
41
- )
+ ),
42
),
43
("created", models.DateTimeField(auto_now_add=True, null=True)),
44
("last_updated", models.DateTimeField(auto_now=True, null=True)),
0 commit comments