django-viewflow 2.3.0__tar.gz → 2.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_viewflow-2.3.0/django_viewflow.egg-info → django_viewflow-2.3.1}/PKG-INFO +1 -1
- {django_viewflow-2.3.0 → django_viewflow-2.3.1/django_viewflow.egg-info}/PKG-INFO +1 -1
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/setup.py +1 -1
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/__init__.py +1 -1
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/utils.py +9 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/actions.py +21 -1
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/LICENSE +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/LICENSE_EXCEPTION +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/MANIFEST.in +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/README.md +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/django_viewflow.egg-info/SOURCES.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/django_viewflow.egg-info/dependency_links.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/django_viewflow.egg-info/not-zip-safe +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/django_viewflow.egg-info/requires.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/django_viewflow.egg-info/top_level.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/setup.cfg +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/tests/test_middleware.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/tests/test_templates.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/tests/test_templatetags__viewflow.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/tests/test_this_object.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/tests/test_urls__base.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/tests/test_utils__package.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/apps.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/conf.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/admin/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/admin/apps.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/auth.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/plotly/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/plotly/material.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/plotly/views.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/contrib/plotly/viewset.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fields.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/forms/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/forms/renderers.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fsm/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fsm/admin.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fsm/base.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fsm/chart.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fsm/typing.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fsm/views.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/fsm/viewset.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/jsonstore.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/de/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/de/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/es/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/es/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/fr/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/it/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/it/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/ja/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/ja/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/kk/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/kk/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/ko/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/ko/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/pt/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/pt/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/ru/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/ru/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/sr/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/sr/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/management/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/management/commands/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/management/commands/flowexport.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/middleware.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/node_modules/perfect-scrollbar/css/perfect-scrollbar.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/node_modules/trix/dist/trix.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/node_modules/vis-network/dist/dist/vis-network.min.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/perfect-scrollbar.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/trix.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/viewflow.min.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/vis-network.min.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-outlined.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-outlined.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-round.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-round.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-sharp.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-sharp.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-two-tone.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons-two-tone.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/material-icons.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-outlined.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-outlined.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-round.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-round.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-sharp.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-sharp.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-two-tone.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons-two-tone.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/material-icons/node_modules/material-icons/iconfont/material-icons.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Black.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Black.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-BlackItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Bold.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Bold.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-BoldItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Light.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Light.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-LightItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Medium.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Medium.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-MediumItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Regular.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Regular.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-RegularItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Thin.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-Thin.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-ThinItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/css/roboto/roboto-fontface.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/roboto/roboto-fontface.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/SimpleIcons.eot +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/SimpleIcons.otf +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/SimpleIcons.ttf +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/SimpleIcons.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/SimpleIcons.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/node_modules/simple-icons-font/font/SimpleIcons.eot +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/node_modules/simple-icons-font/font/SimpleIcons.otf +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/node_modules/simple-icons-font/font/SimpleIcons.ttf +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/node_modules/simple-icons-font/font/SimpleIcons.woff +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/node_modules/simple-icons-font/font/SimpleIcons.woff2 +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/node_modules/simple-icons-font/font/simple-icons.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/node_modules/simple-icons-font/font/simple-icons.min.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/simple-icons.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/fonts/simple-icons/simple-icons.min.css +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/img/favicon.png +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/img/user.png +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash-renderer/build/dash_renderer.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-export.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-export.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-export.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-highlight.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-highlight.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-table.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-table.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/async-table.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/bundle.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dash_table/bundle.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-datepicker.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-datepicker.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-dropdown.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-dropdown.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-dropdown.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-graph.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-graph.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-graph.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-highlight.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-highlight.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-markdown.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-markdown.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-markdown.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-plotlyjs.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-plotlyjs.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-slider.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-slider.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-slider.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-upload.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/async-upload.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/dash_core_components-shared.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/dash_core_components-shared.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/dash_core_components-shared.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/dash_core_components.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/dash_core_components.js.LICENSE.txt +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/dash_core_components.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/dcc/plotly.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/deps/polyfill@7.12.1.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/deps/prop-types@15.7.2.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/deps/prop-types@15.8.1.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/deps/react-dom@16.14.0.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/deps/react@16.14.0.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/html/dash_html_components.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/contrib/dash/html/dash_html_components.min.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/node_modules/@hotwired/turbo/dist/turbo.es2017-umd.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/node_modules/smartcrop/smartcrop.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/node_modules/vis-network/dist/vis-network.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/node_modules/vis-network/dist/vis-network.min.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/perfect-scrollbar.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/perfect-scrollbar.min.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/smartcrop.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/trix.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/turbo.es2017-umd.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/viewflow.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/viewflow.min.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/vis-network.min.js +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/js/vis-network.min.js.map +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/400.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/403.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/404.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/500.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/admin/fsm_change_form.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/admin/fsm_change_form_object_tools.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/admin/fsm_change_list.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/admin/fsm_transition_form.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/formtools/wizard/wizard_form.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/logged_out.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/login.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/password_change_done.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/password_change_form.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/password_reset_complete.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/password_reset_confirm.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/password_reset_done.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/password_reset_form.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/profile.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/registration/provider_list.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/base.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/base_lockscreen.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/base_page.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/contrib/import_export/export_action.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/contrib/import_export/import_action.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/contrib/plotly.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/contrib/swagger.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/app_menu.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/list_bulk_actions.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/list_filter.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/list_pagination.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/object_detail_card.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/site_menu.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/snackbar.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/view_action_menu.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/viewflow_css.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/includes/viewflow_js.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/material/circular_progress.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/views/confirm_delete.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/views/delete_action.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/views/detail.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/views/form.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/views/list.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/views/transition.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/assign.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/base_page.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/celery_task_detail.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/flow_menu.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/graph.bpmn +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/graph.svg +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/process_cancel.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/process_dashboard.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/process_data.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/process_detail.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/process_list.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/process_tasks_list.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/start.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_assign.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_base.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_cancel.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_data.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_detail.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_list.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_revive.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_unassign.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/task_undo.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/tasks_assign.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/tasks_unassign.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/workflow_menu.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templates/viewflow/workflow/workflow_tasks_list.html +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templatetags/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templatetags/fsm.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templatetags/viewflow.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/templatetags/workflow.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/this_object.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/urls/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/urls/base.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/urls/model.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/urls/sites.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/utils.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/actions.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/base.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/create.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/delete.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/detail.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/filters.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/list.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/search.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/views/update.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/activation.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/admin.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/apps.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/base.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/chart.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/context.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/exceptions.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/fields.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/mixins.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/nodes.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/chart.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/create.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/dashboard.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/detail.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/filters.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/list.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/mixins.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/views/update.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/flow/viewset.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/lock.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/managers.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0001_initial.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0002_fsmchange.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0003_task_owner_permission_change.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0004_extend_fields_length.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0004_subprocess.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0005_merge.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0005_rename_flowcls.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0006_i18n.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0006_merge.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0007_owner_permission_obj.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0007_task_assigned.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0008_jsonfield_and_artifact.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0008_merge.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0009_merge.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0010_viewflow20.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0011_alter_task_created_and_more.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0012_alter_process_data_alter_task_data.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0013_process_seed_content_type_process_seed_object_id_and_more.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/0014_alter_process_parent_task.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/migrations/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/models.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/__init__.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/end.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/func.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/handle.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/if_gate.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/job.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/join.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/mixins.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/obsolete.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/split.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/start.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/switch.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/nodes/view.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/signals.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/status.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/token.py +0 -0
- {django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/workflow/utils.py +0 -0
|
@@ -4,7 +4,7 @@ README = open("README.md", "r", encoding="utf-8").read()
|
|
|
4
4
|
|
|
5
5
|
setuptools.setup(
|
|
6
6
|
name="django-viewflow",
|
|
7
|
-
version="2.3.
|
|
7
|
+
version="2.3.1",
|
|
8
8
|
author_email="kmmbvnr@gmail.com",
|
|
9
9
|
author="Mikhail Podgurskiy",
|
|
10
10
|
description="Reusable library to build business applications fast",
|
|
@@ -13,7 +13,7 @@ from .this_object import this
|
|
|
13
13
|
from .utils import viewprop, Icon, DEFAULT
|
|
14
14
|
|
|
15
15
|
__title__ = "Django-Viewflow"
|
|
16
|
-
__version__ = "2.3.
|
|
16
|
+
__version__ = "2.3.1"
|
|
17
17
|
__author__ = "Mikhail Podgurskiy"
|
|
18
18
|
__license__ = "AGPL"
|
|
19
19
|
__copyright__ = "Copyright 2018-2021 Mikhail Podgurskiy"
|
|
@@ -2,6 +2,7 @@ from functools import update_wrapper
|
|
|
2
2
|
|
|
3
3
|
from django.core.exceptions import ImproperlyConfigured, PermissionDenied
|
|
4
4
|
from django.db import transaction
|
|
5
|
+
from django.http import Http404
|
|
5
6
|
from django.shortcuts import get_object_or_404
|
|
6
7
|
from viewflow.fsm import TransitionNotAllowed
|
|
7
8
|
|
|
@@ -18,6 +19,12 @@ def wrap_task_view(self, origin_view, permission=None):
|
|
|
18
19
|
|
|
19
20
|
def call_with_activation():
|
|
20
21
|
task = get_object_or_404(self.flow_class.task_class, pk=task_pk)
|
|
22
|
+
# The task_class is the shared Task table, so a task from any flow
|
|
23
|
+
# is reachable by pk. Confirm it belongs to this flow, otherwise the
|
|
24
|
+
# permission below would be evaluated against the URL's flow rather
|
|
25
|
+
# than the task's own flow (cross-flow access).
|
|
26
|
+
if task.process.flow_class != self.flow_class:
|
|
27
|
+
raise Http404("No task matches the given query.")
|
|
21
28
|
request.activation = self.activation_class(task)
|
|
22
29
|
|
|
23
30
|
if permission and not permission(request.user, task=task):
|
|
@@ -69,6 +76,8 @@ def wrap_view(flow_task, origin_view):
|
|
|
69
76
|
|
|
70
77
|
def call_with_activation():
|
|
71
78
|
task = get_object_or_404(flow_task.flow_class.task_class, pk=task_pk)
|
|
79
|
+
if task.process.flow_class != flow_task.flow_class:
|
|
80
|
+
raise Http404("No task matches the given query.")
|
|
72
81
|
request.activation = flow_task.activation_class(task)
|
|
73
82
|
|
|
74
83
|
if not flow_task.can_execute(request.user, task=task):
|
|
@@ -200,9 +200,19 @@ class BulkUnassignTasksActionView(BaseBulkActionView):
|
|
|
200
200
|
template_name_suffix = "s_unassign"
|
|
201
201
|
|
|
202
202
|
def form_valid(self, form):
|
|
203
|
+
user = self.request.user
|
|
203
204
|
with transaction.atomic():
|
|
204
205
|
for task in self.get_queryset():
|
|
205
206
|
with task.activation() as activation:
|
|
207
|
+
# The queryset is the unscoped Task table filtered by the
|
|
208
|
+
# submitted pks, and activation.unassign() does not enforce
|
|
209
|
+
# its declared permission. Re-check per task against the
|
|
210
|
+
# task's own flow node, exactly as the single-task view does.
|
|
211
|
+
can_unassign = getattr(task.flow_task, "can_unassign", None)
|
|
212
|
+
if not callable(can_unassign) or not can_unassign(
|
|
213
|
+
user, activation.task
|
|
214
|
+
):
|
|
215
|
+
raise PermissionDenied
|
|
206
216
|
activation.unassign()
|
|
207
217
|
self.message_user()
|
|
208
218
|
return HttpResponseRedirect(self.get_success_url())
|
|
@@ -220,10 +230,20 @@ class BulkAssignTasksActionView(BaseBulkActionView):
|
|
|
220
230
|
template_name_suffix = "s_assign"
|
|
221
231
|
|
|
222
232
|
def form_valid(self, form):
|
|
233
|
+
user = self.request.user
|
|
223
234
|
with transaction.atomic():
|
|
224
235
|
for task in self.get_queryset():
|
|
225
236
|
with task.activation() as activation:
|
|
226
|
-
|
|
237
|
+
# The queryset is the unscoped Task table filtered by the
|
|
238
|
+
# submitted pks, and activation.assign() does not enforce
|
|
239
|
+
# its declared permission. Re-check per task against the
|
|
240
|
+
# task's own flow node, exactly as the single-task view does.
|
|
241
|
+
can_assign = getattr(task.flow_task, "can_assign", None)
|
|
242
|
+
if not callable(can_assign) or not can_assign(
|
|
243
|
+
user, activation.task
|
|
244
|
+
):
|
|
245
|
+
raise PermissionDenied
|
|
246
|
+
activation.assign(user)
|
|
227
247
|
self.message_user()
|
|
228
248
|
return HttpResponseRedirect(self.get_success_url())
|
|
229
249
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_viewflow-2.3.0 → django_viewflow-2.3.1}/django_viewflow.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/zh_Hans/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/locale/zh_Hans/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/perfect-scrollbar.css
RENAMED
|
File without changes
|
|
File without changes
|
{django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/viewflow.min.css
RENAMED
|
File without changes
|
{django_viewflow-2.3.0 → django_viewflow-2.3.1}/viewflow/static/viewflow/css/vis-network.min.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|