Skip to content

Commit

Permalink
Remove dependency for 0006_auto_20180210_1226 in 0006_auto_20180322_0…
Browse files Browse the repository at this point in the history
…932 (#200)
  • Loading branch information
tinylambda authored and auvipy committed Nov 22, 2018
1 parent 78714cd commit d96675d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ htmlcov/
coverage.xml
.eggs/
.python-version
venv
2 changes: 1 addition & 1 deletion django_celery_beat/migrations/0006_auto_20180322_0932.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit d96675d

Please sign in to comment.