directory.upgrade

Contains upgrade tasks that are executed when the application is being upgraded on the server. See onegov.core.upgrade.upgrade_task.

Module Contents

Functions

add_entries_count(→ None)

update_ordering(→ None)

make_external_link_visible_by_default(→ None)

add_publication_dates_to_dir_entries(→ None)

make_directory_models_polymorphic_type_non_nullable(→ None)

directory.upgrade.add_entries_count(context: onegov.core.upgrade.UpgradeContext) None[source]
directory.upgrade.update_ordering(context: onegov.core.upgrade.UpgradeContext) None[source]
directory.upgrade.add_publication_dates_to_dir_entries(context: onegov.core.upgrade.UpgradeContext) None[source]
directory.upgrade.make_directory_models_polymorphic_type_non_nullable(context: onegov.core.upgrade.UpgradeContext) None[source]