diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40f90e2a..4c2a41d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,7 +34,7 @@ are used for versioning (schema follows below): to:: - 'fobi.contrib.plugins.form_elements.fields.date_drop_down'. + 'fobi.contrib.plugins.form_elements.fields.date_drop_down' 3. Run the ``migrate_03_to_04`` management command:: diff --git a/docs/fobi.management.commands.rst b/docs/fobi.management.commands.rst index 1438a980..16087741 100644 --- a/docs/fobi.management.commands.rst +++ b/docs/fobi.management.commands.rst @@ -28,6 +28,14 @@ fobi.management.commands.fobi_update_plugin_data module :undoc-members: :show-inheritance: +fobi.management.commands.migrate_03_to_04 module +------------------------------------------------ + +.. automodule:: fobi.management.commands.migrate_03_to_04 + :members: + :undoc-members: + :show-inheritance: + Module contents ---------------