geonode.base.management.commands.squashmigrations ================================================= .. py:module:: geonode.base.management.commands.squashmigrations .. autoapi-nested-parse:: A squashmigrations command which does some monkeypatching on the RunPython operation to allow squashing migrations which use RunPython.noop, even on Python 2 Classes ------- .. autoapisummary:: geonode.base.management.commands.squashmigrations.Command Module Contents --------------- .. py:method:: noop(apps, schema_editor) :staticmethod: .. py:class:: Command Bases: :py:obj:`django.core.management.commands.squashmigrations.Command` .. py:method:: handle(**options)