aboutsummaryrefslogtreecommitdiff
path: root/management/commands/listtimetables.py
diff options
context:
space:
mode:
authorAlban Gruin2017-09-04 22:13:31 +0200
committerAlban Gruin2017-09-04 22:13:31 +0200
commitab9df7a174e2debbf9c644c8ec3e2127eeeaa3cf (patch)
treebf9510823644aa1c5dba0ab39277633c0f18ad49 /management/commands/listtimetables.py
parentce0ed9347adde9ca80c11efe79766c966d5749ba (diff)
parent4b3fc9e4c41e2247bf0fa0fe2629b2b57fc174b0 (diff)
Merge branch 'stable/0.y.z' into prod/pa1ch/0.y.zv0.8.0-pa1chprod/pa1ch/0.8.z
Diffstat (limited to 'management/commands/listtimetables.py')
-rw-r--r--management/commands/listtimetables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/management/commands/listtimetables.py b/management/commands/listtimetables.py
index c5ef41f..e4b782f 100644
--- a/management/commands/listtimetables.py
+++ b/management/commands/listtimetables.py
@@ -27,7 +27,6 @@ class Command(BaseCommand):
def handle(self, *args, **options):
timetables = Timetable.objects.all()
if options["order_by_id"]:
- print("oui")
timetables = timetables.order_by("id")
else:
timetables = timetables.order_by("name")