| changeset 531 | 80859749e6b1 |
| parent 530 | d2803c60af53 |
--- a/src/cm/monkey_patches.py Thu Sep 05 14:03:29 2013 +0200 +++ b/src/cm/monkey_patches.py Thu Sep 05 14:08:31 2013 +0200 @@ -42,7 +42,7 @@ # Do we need to show the list of migrations? if show_list and apps: - list_migrations(apps, database) + list_migrations(apps, database, **options) if not show_list: