0002_unmanaged_donations.py 490 B

12345678910111213141516171819
  1. # Generated by Django 3.1 on 2020-08-26 07:42
  2. # It appears that this migration is "unsquashable". If you squash it in 0001, Django will think it's missing and
  3. # generate it next time again.
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ("desecapi", "0001_initial_squashed_again"),
  8. ]
  9. operations = [
  10. migrations.AlterModelOptions(
  11. name="donation",
  12. options={"managed": False},
  13. ),
  14. ]