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 22c02f2 commit 2199007Copy full SHA for 2199007
netbox_custom_objects/migrations/0001_initial.py
@@ -37,7 +37,7 @@ class Migration(migrations.Migration):
37
(
38
"id",
39
models.BigAutoField(
40
- auto_created=True, primary_key=True, serialize=False,
+ auto_created=True, primary_key=True, serialize=False
41
),
42
43
("created", models.DateTimeField(auto_now_add=True, null=True)),
0 commit comments