Commit 3e7e0c1b authored by Julia Anishka's avatar Julia Anishka

corrected release date typo again

parent ef83cfe5
Pipeline #2820 failed with stages
# Generated by Django 3.2 on 2023-02-21 03:29
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('homepage', '0005_alter_album_description'),
]
operations = [
migrations.AlterField(
model_name='album',
name='release_date',
field=models.DateField(verbose_name='release date'),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment