# HG changeset patch # User gibus # Date 1378382911 -7200 # Node ID 80859749e6b13473317f165d185909f07f8c27fb # Parent d2803c60af53f8f99f6384c0650321e3f96ce0b6 Fix django migrate --list diff -r d2803c60af53 -r 80859749e6b1 src/cm/monkey_patches.py --- 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: