aboutsummaryrefslogtreecommitdiff
path: root/management/commands/listtimetables.py
diff options
context:
space:
mode:
authorAlban Gruin2017-03-26 18:19:43 +0200
committerAlban Gruin2017-03-26 18:19:43 +0200
commit3b33b8bde368980039c0b5c9e7aa6df05063afb2 (patch)
tree171f794e9ba48646f1add1e0129df8e6d9bde0bb /management/commands/listtimetables.py
parent10e90edecc88cb45ac7c88c9ec77de00d656d470 (diff)
parentb3a9ed0743f0db3ba65973769ea981bb50c64482 (diff)
Merge branch 'stable/0.7.z' into prod/pa1ch/0.7.zv0.7.2-pa1ch
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")