From d96675de50e35a6e583b8462b85fad6181a37803 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 22 Nov 2018 23:53:45 +0800 Subject: [PATCH] Remove dependency for 0006_auto_20180210_1226 in 0006_auto_20180322_0932 (#200) --- .gitignore | 1 + django_celery_beat/migrations/0006_auto_20180322_0932.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e676216c..250f840f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ htmlcov/ coverage.xml .eggs/ .python-version +venv diff --git a/django_celery_beat/migrations/0006_auto_20180322_0932.py b/django_celery_beat/migrations/0006_auto_20180322_0932.py index eeb947b2..92d0eabc 100644 --- a/django_celery_beat/migrations/0006_auto_20180322_0932.py +++ b/django_celery_beat/migrations/0006_auto_20180322_0932.py @@ -10,7 +10,7 @@ class Migration(migrations.Migration): dependencies = [ ('django_celery_beat', '0005_add_solarschedule_events_choices'), - ('django_celery_beat', '0006_auto_20180210_1226'), + # ('django_celery_beat', '0006_auto_20180210_1226'), ] operations = [