geonode.base.management.commands.squashmigrations

A squashmigrations command which does some monkeypatching on the RunPython operation to allow squashing migrations which use RunPython.noop, even on Python 2

Classes

Command

Module Contents

static geonode.base.management.commands.squashmigrations.noop(apps, schema_editor)[source]
class geonode.base.management.commands.squashmigrations.Command[source]

Bases: django.core.management.commands.squashmigrations.Command

handle(**options)[source]