From 63e0bb858f19eaacc94591f57a47ddaff248ffc0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 29 Jul 2017 11:49:32 +0200 Subject: v3 to v2 export: remove description from route --- chimere/management/commands/v3_to_v2_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimere/management/commands/v3_to_v2_routes.py b/chimere/management/commands/v3_to_v2_routes.py index 974c6ac..ecbda6a 100644 --- a/chimere/management/commands/v3_to_v2_routes.py +++ b/chimere/management/commands/v3_to_v2_routes.py @@ -13,7 +13,7 @@ class Command(BaseCommand): new_routes += get_data('RouteFile') new_routes += get_data('Route', filters=('weight', 'normalised_weight', - 'color')) + 'color', 'description')) new_routes += get_data('Route_categories') res = json.dumps(new_routes) -- cgit v1.2.3