From b873859a7377e50609415c455dcb4e7fff34e84f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 14 Jun 2017 14:02:04 +0200 Subject: v2 to v3 dump: add route files to dump --- chimere/management/commands/v3_to_v2_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chimere/management/commands/v3_to_v2_routes.py b/chimere/management/commands/v3_to_v2_routes.py index 92e26d5..974c6ac 100644 --- a/chimere/management/commands/v3_to_v2_routes.py +++ b/chimere/management/commands/v3_to_v2_routes.py @@ -10,6 +10,7 @@ class Command(BaseCommand): def handle(self, *args, **options): new_routes = [] + new_routes += get_data('RouteFile') new_routes += get_data('Route', filters=('weight', 'normalised_weight', 'color')) -- cgit v1.2.3