diff options
Diffstat (limited to 'ishtar_common/migrations/0081_recreate_m2m_history.py')
-rw-r--r-- | ishtar_common/migrations/0081_recreate_m2m_history.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/migrations/0081_recreate_m2m_history.py b/ishtar_common/migrations/0081_recreate_m2m_history.py index 3d7f28bb6..3cbe5cdbc 100644 --- a/ishtar_common/migrations/0081_recreate_m2m_history.py +++ b/ishtar_common/migrations/0081_recreate_m2m_history.py @@ -41,5 +41,4 @@ class Migration(migrations.Migration): ] operations = [ - migrations.RunPython(recreate_m2m_migrations) ] |