educommon 3.11.0__tar.gz → 3.11.2__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.
- {educommon-3.11.0/src/educommon.egg-info → educommon-3.11.2}/PKG-INFO +9 -3
- {educommon-3.11.0 → educommon-3.11.2}/setup.py +1 -1
- educommon-3.11.2/src/educommon/async_task/migrations/0003_alter_runningtask_options.py +18 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/models.py +1 -3
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/misc.py +20 -9
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/ui.py +7 -2
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/version.conf +5 -5
- {educommon-3.11.0 → educommon-3.11.2/src/educommon.egg-info}/PKG-INFO +9 -3
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon.egg-info/SOURCES.txt +1 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon.egg-info/requires.txt +1 -1
- {educommon-3.11.0 → educommon-3.11.2}/MANIFEST.in +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/README.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/UPGRADE.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/setup.cfg +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/README.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/static/edu_about/barsgroup.png +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/ui/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/ui/about-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/ui/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/ui/common-tab.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/ui/packages-tab.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/ui/postgresql-extensions-tab.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/ui/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/about/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/consts.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/exceptions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/helpers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/locker.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/migrations/0002_task_type_and_status_data.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/tasks.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/templates/ui-js/async-task-list-win.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/templates/ui-js/async-task-revoke.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/templates/ui-js/async-task-view-win.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/exceptions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/fixtures/initial_data.json +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/locks.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/migrations/0002_load_initial_data.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/statuses.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/tasks.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/constants.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/error_log/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/error_log/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/helpers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/management/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/management/commands/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/management/commands/reinstall_audit_log.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/middleware.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0002_install_audit_log.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0003_logproxy.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0004_reinstall_audit_log.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0005_postgresql_error.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0006_auto_20200806_1707.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0007_create_selective_tables_function.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0008_table_logged.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0009_reinstall_audit_log.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/permissions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/proxies.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/routers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/sql/configure_audit_log.sql +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/sql/install_audit_log.sql +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/utils/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/utils/operations.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/backends/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/backends/base.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/backends/caching.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/backends/simple.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/checker.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/config.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/constants.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/management/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/management/commands/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/management/commands/rbac.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/manager.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/migrations/0002_model_modifier_metaclass_fix.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/migrations/0003_permission_hidden.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/migrations/0004_auto_20171024_1245.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/permissions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/templates/rbac/role-add-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/templates/rbac/role-edit-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/templates/rbac/roles-list-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/templates/rbac/roles-view-list-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/validators.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/checkers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/const.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/static/simple_auth/simple_auth.css +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/templates/simple_auth/change_reset_password_page.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/templates/simple_auth/email/reset_password.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/templates/simple_auth/login_page.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/templates/simple_auth/reset_password_page.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/validators.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/base.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/catalogs.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/migrations/0002_add_contingent_model_deleted.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/model_views.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/observer.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/plugin_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/storage.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/json_data/icao.json +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/json_data/okogu.json +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/json_data/oksm.json +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/fields.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/migration/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/migration/operations.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/mixins/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/mixins/date_interval.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/mixins/validation.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/model_view/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/model_view/table-view.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/observer.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/README.md +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/const.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/management/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/management/commands/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/management/commands/apply_partitioning.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/management/commands/clear_table.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/management/commands/split_table.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/partitioning.sql +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/partitioning_set_search_path.sql +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/partitioning/triggers.sql +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/routers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/signals.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/validators/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/db/validators/simple.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/README.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/api.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/exceptions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/management/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/management/commands/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/management/commands/atcfs_migrate.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/monkey_patching.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/settings.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/storage.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/django/storages/atcfs/templates/atcfs_unavailable.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/extjs/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/extjs/fields/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/extjs/fields/input_params.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/XLSReader.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/api.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/constants.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/loggers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/proxy.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/proxy_import.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/refactoring-notes.txt +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/report.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/test_file.xls +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/importer/validators.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/integration_entities/README.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/integration_entities/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/integration_entities/consts.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/integration_entities/entities.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/integration_entities/enums.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/integration_entities/helpers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/integration_entities/mixins.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ioc/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/app_settings.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/consts.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/formatters.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/helpers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/loggers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/logger/records.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/cancel-confirm-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/listeners.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/mixins.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/related-objects-window.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/signals.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/listeners/delete_check/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/extensions/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/m3/transaction_context.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/filters.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/templates/base-grid-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/templates/filter-panel.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/templates/grid-panel.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/templates/multiSelectWindow.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/templates/multiselect-page-fix.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/templates/relations-check-mixin-template.html +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/objectpack/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/README.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/apps.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/base.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/builders/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/builders/excel/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/builders/excel/_base.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/builders/excel/_header.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/builders/excel/constants.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/builders/excel/product.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/builders/excel/with_merged_cells.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/config.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/constants.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/editor/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/editor/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/editor/edit-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/editor/list-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/editor/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/exceptions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0002_report_filters.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0003_reportfilter_exclude.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0004_reportfilter_fields.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0005_reportcolumn_visible.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0006_reportsorting.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0007_include_available_units.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0008_auto_20170407_1318.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0009_auto_20180405_0642.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/0010_add_aggregate_fields.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/mixins.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/plugin_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/registries.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/constructor/validators.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/reporter.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/report/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/rest/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/rest/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/rest/context.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/rest/controllers.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/rest/misc.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/rest/mixins.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/secure_media/README.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/secure_media/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/secure_media/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/thread_data.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/caching.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/conversion.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/crypto.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/date.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/db/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/db/postgresql.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/fonts/Arial.ttf +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/fonts/Calibri.ttf +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/fonts/Tahoma.ttf +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/fonts/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/licence/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/licence/converters.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/object_grid.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/patches.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/phone_number/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/phone_number/enums.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/phone_number/modelfields.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/phone_number/phone_number.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/phone_number/validators.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/plugins.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/registry.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/seqtools.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/serializer.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/storage.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/system.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/system_app/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/system_app/management/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/system_app/management/commands/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/system_app/management/commands/delete_objects.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/system_app/templatetags/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/system_app/templatetags/educommon.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/xml/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/xml/catalog.json +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/xml/resolver.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/xml/saml-schema-assertion-2.0.xsd +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/xml/saml-schema-protocol-2.0.xsd +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/xml/xenc-schema.xsd +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/utils/xml/xmldsig-core-schema.xsd +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/README.rst +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/actions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/app_meta.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/base.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0001_initial.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0002_auto_20160628_1334.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0003_add_fields_to_smev_logs.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0004_auto_20160727_1600.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0005_auto_20161130_1615.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0006_auto_20170327_1027.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0007_auto_20180607_1040.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0008_auto_20180713_1445.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/0009_auto_20201130_1553.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/migrations/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/models.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/provider.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/report.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/smev/__init__.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/smev/applications.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/smev/exceptions.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/templates/report/smev_logs.xlsx +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/templates/ui-js/smev-logs-list-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/templates/ui-js/smev-logs-report-setting-window.js +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/ui.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon/ws_log/utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon.egg-info/dependency_links.txt +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/src/educommon.egg-info/top_level.txt +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_contingent_plugin_utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_dates_splitter.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_delete_check.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_delete_objects.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_django_db_utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_interval_mixins.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_patches.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_personal_data_fields.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_phone_number.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_report.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_service_db_router.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_utils.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_utils_plugins.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/test_validators.py +0 -0
- {educommon-3.11.0 → educommon-3.11.2}/tests/tests_rbac.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: educommon
|
3
|
-
Version: 3.11.
|
3
|
+
Version: 3.11.2
|
4
4
|
Summary: Общая кодовая база для проектов БЦ Образование
|
5
5
|
Home-page: https://stash.bars-open.ru/projects/EDUBASE/repos/educommon
|
6
6
|
Author: BARS Group
|
@@ -20,7 +20,7 @@ Classifier: Framework :: Django :: 3.0
|
|
20
20
|
Classifier: Framework :: Django :: 3.1
|
21
21
|
Classifier: Framework :: Django :: 3.2
|
22
22
|
Requires-Dist: packaging<24,>=21.3
|
23
|
-
Requires-Dist: Django<4,>=
|
23
|
+
Requires-Dist: Django<4,>=3.1
|
24
24
|
Requires-Dist: django-mptt
|
25
25
|
Requires-Dist: python-dateutil
|
26
26
|
Requires-Dist: termcolor
|
@@ -39,3 +39,9 @@ Requires-Dist: m3-simple-report<2,>=1.4.1
|
|
39
39
|
Requires-Dist: m3-spyne-smev<2,>=0.2.4
|
40
40
|
Requires-Dist: python-magic==0.4.15
|
41
41
|
Requires-Dist: distro<2,>=1.3.0
|
42
|
+
Dynamic: author
|
43
|
+
Dynamic: author-email
|
44
|
+
Dynamic: classifier
|
45
|
+
Dynamic: home-page
|
46
|
+
Dynamic: requires-dist
|
47
|
+
Dynamic: summary
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Generated by Django 3.2.23 on 2025-02-04 13:16
|
2
|
+
|
3
|
+
from django.db import migrations, models
|
4
|
+
|
5
|
+
|
6
|
+
class Migration(migrations.Migration):
|
7
|
+
|
8
|
+
dependencies = [
|
9
|
+
('async_task', '0002_task_type_and_status_data'),
|
10
|
+
]
|
11
|
+
|
12
|
+
operations = [
|
13
|
+
migrations.AlterField(
|
14
|
+
model_name='runningtask',
|
15
|
+
name='options',
|
16
|
+
field=models.JSONField(blank=True, null=True, verbose_name='Дополнительные опции задачи'),
|
17
|
+
),
|
18
|
+
]
|
@@ -9,9 +9,6 @@ from celery import (
|
|
9
9
|
from django.contrib.contenttypes.models import (
|
10
10
|
ContentType,
|
11
11
|
)
|
12
|
-
from django.contrib.postgres.fields import (
|
13
|
-
JSONField,
|
14
|
-
)
|
15
12
|
from django.db.models import (
|
16
13
|
PROTECT,
|
17
14
|
SET_NULL,
|
@@ -22,6 +19,7 @@ from django.db.models import (
|
|
22
19
|
Index,
|
23
20
|
PositiveIntegerField,
|
24
21
|
UUIDField,
|
22
|
+
JSONField,
|
25
23
|
)
|
26
24
|
from m3.db import (
|
27
25
|
BaseObjectModel,
|
@@ -127,12 +127,23 @@ def message_to_sentry(message=None, extra=None, tag=None, level=logging.INFO):
|
|
127
127
|
В параметре tag можно отправить тег для последующего поиска в Sentry
|
128
128
|
"""
|
129
129
|
if getattr(settings, 'SENTRY_DSN', None):
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
130
|
+
if getattr(settings, 'USE_SENTRY_SDK', None):
|
131
|
+
from sentry_sdk import (
|
132
|
+
capture_message,
|
133
|
+
)
|
134
|
+
capture_message(
|
135
|
+
message=message,
|
136
|
+
level=level,
|
137
|
+
extras=extra,
|
138
|
+
tags={'tags': tag} if tag else None
|
139
|
+
)
|
140
|
+
else:
|
141
|
+
from raven.contrib.django.raven_compat.models import (
|
142
|
+
client as sentry_client,
|
143
|
+
)
|
144
|
+
sentry_client.captureMessage(
|
145
|
+
message=message,
|
146
|
+
data={'level': level},
|
147
|
+
extra=extra,
|
148
|
+
tags={'tags': tag} if tag else None
|
149
|
+
)
|
@@ -4,6 +4,7 @@ import os
|
|
4
4
|
from datetime import (
|
5
5
|
datetime,
|
6
6
|
time,
|
7
|
+
date,
|
7
8
|
)
|
8
9
|
|
9
10
|
from django.conf import (
|
@@ -243,6 +244,8 @@ class DatetimeFilterCreator:
|
|
243
244
|
Поддерживает значения по умолчанию.
|
244
245
|
"""
|
245
246
|
|
247
|
+
MIN_VALUE_DATE = date(1917, 1, 1)
|
248
|
+
|
246
249
|
def __init__(self, model, field_name,
|
247
250
|
get_from=lambda: None, get_to=lambda: None):
|
248
251
|
"""Фильтр по интервалу для datetime поля.
|
@@ -281,7 +284,8 @@ class DatetimeFilterCreator:
|
|
281
284
|
self.model,
|
282
285
|
model_register=observer,
|
283
286
|
control_creator=lambda: ext.ExtDateField(
|
284
|
-
value=self.defaults['from']()
|
287
|
+
value=self.defaults['from'](),
|
288
|
+
min_value=self.__class__.MIN_VALUE_DATE,
|
285
289
|
),
|
286
290
|
field_name=self.field_name,
|
287
291
|
lookup=lambda dt: Q(**{
|
@@ -292,7 +296,8 @@ class DatetimeFilterCreator:
|
|
292
296
|
self.model,
|
293
297
|
model_register=observer,
|
294
298
|
control_creator=lambda: ext.ExtDateField(
|
295
|
-
value=self.defaults['to']()
|
299
|
+
value=self.defaults['to'](),
|
300
|
+
min_value=self.__class__.MIN_VALUE_DATE,
|
296
301
|
),
|
297
302
|
field_name=self.field_name,
|
298
303
|
lookup=lambda dt: Q(**{
|
@@ -4,8 +4,8 @@
|
|
4
4
|
# нормальной установки обновлений.
|
5
5
|
|
6
6
|
[version]
|
7
|
-
BRANCH = tags/3.11.
|
8
|
-
VERSION = 3.11.
|
9
|
-
REVISION =
|
10
|
-
VERSION_DATE =
|
11
|
-
REVISION_DATE =
|
7
|
+
BRANCH = tags/3.11.2
|
8
|
+
VERSION = 3.11.2
|
9
|
+
REVISION = 7472df222cb4d77b8e2220554691e392ca729eca
|
10
|
+
VERSION_DATE = 21.02.2025
|
11
|
+
REVISION_DATE = 21.02.2025
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: educommon
|
3
|
-
Version: 3.11.
|
3
|
+
Version: 3.11.2
|
4
4
|
Summary: Общая кодовая база для проектов БЦ Образование
|
5
5
|
Home-page: https://stash.bars-open.ru/projects/EDUBASE/repos/educommon
|
6
6
|
Author: BARS Group
|
@@ -20,7 +20,7 @@ Classifier: Framework :: Django :: 3.0
|
|
20
20
|
Classifier: Framework :: Django :: 3.1
|
21
21
|
Classifier: Framework :: Django :: 3.2
|
22
22
|
Requires-Dist: packaging<24,>=21.3
|
23
|
-
Requires-Dist: Django<4,>=
|
23
|
+
Requires-Dist: Django<4,>=3.1
|
24
24
|
Requires-Dist: django-mptt
|
25
25
|
Requires-Dist: python-dateutil
|
26
26
|
Requires-Dist: termcolor
|
@@ -39,3 +39,9 @@ Requires-Dist: m3-simple-report<2,>=1.4.1
|
|
39
39
|
Requires-Dist: m3-spyne-smev<2,>=0.2.4
|
40
40
|
Requires-Dist: python-magic==0.4.15
|
41
41
|
Requires-Dist: distro<2,>=1.3.0
|
42
|
+
Dynamic: author
|
43
|
+
Dynamic: author-email
|
44
|
+
Dynamic: classifier
|
45
|
+
Dynamic: home-page
|
46
|
+
Dynamic: requires-dist
|
47
|
+
Dynamic: summary
|
@@ -34,6 +34,7 @@ src/educommon/async_task/tasks.py
|
|
34
34
|
src/educommon/async_task/ui.py
|
35
35
|
src/educommon/async_task/migrations/0001_initial.py
|
36
36
|
src/educommon/async_task/migrations/0002_task_type_and_status_data.py
|
37
|
+
src/educommon/async_task/migrations/0003_alter_runningtask_options.py
|
37
38
|
src/educommon/async_task/migrations/__init__.py
|
38
39
|
src/educommon/async_task/templates/ui-js/async-task-list-win.js
|
39
40
|
src/educommon/async_task/templates/ui-js/async-task-revoke.js
|
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
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_task/templates/ui-js/async-task-revoke.js
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
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/async_tasks/migrations/0002_load_initial_data.py
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
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/management/commands/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0002_install_audit_log.py
RENAMED
File without changes
|
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0004_reinstall_audit_log.py
RENAMED
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0005_postgresql_error.py
RENAMED
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0006_auto_20200806_1707.py
RENAMED
File without changes
|
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0008_table_logged.py
RENAMED
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/audit_log/migrations/0009_reinstall_audit_log.py
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
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/management/commands/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/migrations/0003_permission_hidden.py
RENAMED
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/migrations/0004_auto_20171024_1245.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/templates/rbac/role-add-window.js
RENAMED
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/templates/rbac/role-edit-window.js
RENAMED
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/rbac/templates/rbac/roles-list-window.js
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
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/auth/simple_auth/migrations/0001_initial.py
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
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/model_views.py
RENAMED
File without changes
|
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/observer.py
RENAMED
File without changes
|
{educommon-3.11.0 → educommon-3.11.2}/src/educommon/contingent/contingent_plugin/plugin_meta.py
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
|