Skip to content

Commit d96675d

Browse files
tinylambdaauvipy
authored andcommitted
Remove dependency for 0006_auto_20180210_1226 in 0006_auto_20180322_0932 (#200)
1 parent 78714cd commit d96675d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ htmlcov/
3131
coverage.xml
3232
.eggs/
3333
.python-version
34+
venv

django_celery_beat/migrations/0006_auto_20180322_0932.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
1010

1111
dependencies = [
1212
('django_celery_beat', '0005_add_solarschedule_events_choices'),
13-
('django_celery_beat', '0006_auto_20180210_1226'),
13+
# ('django_celery_beat', '0006_auto_20180210_1226'),
1414
]
1515

1616
operations = [

0 commit comments

Comments
 (0)