0004_auto_20190912_1149.py 543 B

12345678910111213141516171819202122
  1. # Generated by Django 2.2.5 on 2019-09-12 11:49
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ("locations", "0003_auto_20170329_0055"),
  6. ]
  7. operations = [
  8. migrations.AlterField(
  9. model_name="locationoperatinghours",
  10. name="closed",
  11. field=models.BooleanField(
  12. blank=True,
  13. help_text="Tick if location is closed on this day",
  14. verbose_name="Closed?",
  15. ),
  16. ),
  17. ]