Commit 4479a77b authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: allow null for book category many to many

parent acb385bb
# Generated by Django 5.0.7 on 2024-07-14 13:48
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('book', '0005_remove_book_category_book_category'),
]
operations = [
migrations.AlterField(
model_name='book',
name='category',
field=models.ManyToManyField(blank=True, null=True, to='book.category'),
),
]
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