You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wish/wishlist/migrations/0004_alter_dreamcometrue_id.py

19 lines
411 B
Python

# Generated by Django 3.2.10 on 2022-01-02 01:34
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('wishlist', '0003_auto_20210216_0433'),
]
operations = [
migrations.AlterField(
model_name='dreamcometrue',
name='id',
field=models.AutoField(primary_key=True, serialize=False),
),
]