From 8a981aba91907d89c1fd0895e25f6d49aa7e259c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20=C3=81lvarez?= Date: Thu, 6 Sep 2018 10:59:14 -0300 Subject: [PATCH] Fixing all tests of every possible universe :stars: --- merepresenta/migrations/0019_rightanswer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/merepresenta/migrations/0019_rightanswer.py b/merepresenta/migrations/0019_rightanswer.py index 65ad4f65..9e62dc11 100644 --- a/merepresenta/migrations/0019_rightanswer.py +++ b/merepresenta/migrations/0019_rightanswer.py @@ -10,7 +10,6 @@ class Migration(migrations.Migration): dependencies = [ ('elections', '0034_auto_20180903_1614'), - ('candidator', '0005_auto_20180903_1614'), ('merepresenta', '0018_auto_20180830_1923'), ]