From 199184b3b680bc4c8878bf11a60c0fbf72fb612f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 11 Nov 2020 21:49:34 -0500 Subject: removed some things I wasn't using to clean up code base --- .../income/migrations/0003_auto_20161213_1038.py | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app/unused_apps/income/migrations/0003_auto_20161213_1038.py (limited to 'app/unused_apps/income/migrations/0003_auto_20161213_1038.py') diff --git a/app/unused_apps/income/migrations/0003_auto_20161213_1038.py b/app/unused_apps/income/migrations/0003_auto_20161213_1038.py new file mode 100644 index 0000000..559cd5a --- /dev/null +++ b/app/unused_apps/income/migrations/0003_auto_20161213_1038.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9 on 2016-12-13 10:38 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('income', '0002_gig_due_date'), + ] + + operations = [ + migrations.AlterField( + model_name='gig', + name='due_date', + field=models.DateField(blank=True, null=True), + ), + migrations.AlterField( + model_name='gig', + name='pub_date', + field=models.DateTimeField(blank=True, null=True), + ), + ] -- cgit v1.2.3-70-g09d2