form
This commit is contained in:
parent
cd696ef6e4
commit
d08d86f99b
3 changed files with 46 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.2 on 2023-06-08 15:45
|
||||
# Generated by Django 4.2.2 on 2023-06-10 19:52
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
@ -43,7 +43,7 @@ class Migration(migrations.Migration):
|
|||
serialize=False,
|
||||
),
|
||||
),
|
||||
("date_found", models.DateTimeField()),
|
||||
("date_found", models.DateField()),
|
||||
("place", models.CharField(max_length=256)),
|
||||
("created", models.DateTimeField(auto_now_add=True)),
|
||||
("updated", models.DateTimeField(auto_now=True)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue