# Generated by Django 4.2.7 on 2023-11-14 09:58 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('gtd', '0002_alter_gtdnote_reminder'), ] operations = [ migrations.AlterField( model_name='gtdnote', name='date_completed', field=models.DateField(blank=True, null=True), ), ]