CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
pretix_custom_reports/__init__.py
pretix_custom_reports/apps.py
pretix_custom_reports/exporters.py
pretix_custom_reports/forms.py
pretix_custom_reports/models.py
pretix_custom_reports/signals.py
pretix_custom_reports/urls.py
pretix_custom_reports.egg-info/PKG-INFO
pretix_custom_reports.egg-info/SOURCES.txt
pretix_custom_reports.egg-info/dependency_links.txt
pretix_custom_reports.egg-info/entry_points.txt
pretix_custom_reports.egg-info/top_level.txt
pretix_custom_reports/contracts/__init__.py
pretix_custom_reports/contracts/definition.py
pretix_custom_reports/contracts/errors.py
pretix_custom_reports/contracts/fields.py
pretix_custom_reports/contracts/protocols.py
pretix_custom_reports/contracts/stubs.py
pretix_custom_reports/locale/.gitkeep
pretix_custom_reports/locale/de/LC_MESSAGES/django.po
pretix_custom_reports/migrations/0001_initial.py
pretix_custom_reports/migrations/__init__.py
pretix_custom_reports/portability/__init__.py
pretix_custom_reports/portability/envelope.py
pretix_custom_reports/portability/errors.py
pretix_custom_reports/portability/eventcopy.py
pretix_custom_reports/portability/importer.py
pretix_custom_reports/portability/payload.py
pretix_custom_reports/portability/references.py
pretix_custom_reports/portability/resolution.py
pretix_custom_reports/portability/templating.py
pretix_custom_reports/query/__init__.py
pretix_custom_reports/query/columns.py
pretix_custom_reports/query/compiler.py
pretix_custom_reports/query/dates.py
pretix_custom_reports/query/filters.py
pretix_custom_reports/query/plan.py
pretix_custom_reports/query/relations.py
pretix_custom_reports/query/report.py
pretix_custom_reports/query/values.py
pretix_custom_reports/registry/__init__.py
pretix_custom_reports/registry/annotations.py
pretix_custom_reports/registry/cache.py
pretix_custom_reports/registry/choices.py
pretix_custom_reports/registry/computed.py
pretix_custom_reports/registry/core.py
pretix_custom_reports/registry/diagnostics.py
pretix_custom_reports/registry/groups.py
pretix_custom_reports/registry/hints.py
pretix_custom_reports/registry/library.py
pretix_custom_reports/registry/meta.py
pretix_custom_reports/registry/questions.py
pretix_custom_reports/registry/signals.py
pretix_custom_reports/static/pretix_custom_reports/.gitkeep
pretix_custom_reports/static/pretix_custom_reports/css/report-editor.css
pretix_custom_reports/static/pretix_custom_reports/js/report-editor-model.js
pretix_custom_reports/static/pretix_custom_reports/js/report-editor.js
pretix_custom_reports/templates/pretix_custom_reports/.gitkeep
pretix_custom_reports/templates/pretix_custom_reports/editor.html
pretix_custom_reports/templates/pretix_custom_reports/editor_choose_event.html
pretix_custom_reports/templates/pretix_custom_reports/import_confirm.html
pretix_custom_reports/templates/pretix_custom_reports/import_form.html
pretix_custom_reports/templates/pretix_custom_reports/placeholder.html
pretix_custom_reports/templates/pretix_custom_reports/preview_table.html
pretix_custom_reports/templates/pretix_custom_reports/report_confirm_delete.html
pretix_custom_reports/templates/pretix_custom_reports/report_form.html
pretix_custom_reports/templates/pretix_custom_reports/report_list.html
pretix_custom_reports/templates/pretix_custom_reports/resolution_report.html
pretix_custom_reports/templates/pretix_custom_reports/template_apply.html
pretix_custom_reports/templates/pretix_custom_reports/template_confirm_delete.html
pretix_custom_reports/templates/pretix_custom_reports/template_form.html
pretix_custom_reports/templates/pretix_custom_reports/template_list.html
pretix_custom_reports/templates/pretix_custom_reports/template_pick.html
pretix_custom_reports/views/__init__.py
pretix_custom_reports/views/api.py
pretix_custom_reports/views/crud.py
pretix_custom_reports/views/editor.py
pretix_custom_reports/views/placeholder.py
pretix_custom_reports/views/portability.py
pretix_custom_reports/views/templates.py
tests/test_contracts.py
tests/test_editor_api.py
tests/test_exporters.py
tests/test_integration.py
tests/test_models.py
tests/test_org_templates.py
tests/test_performance.py
tests/test_permissions.py
tests/test_portability.py
tests/test_query_compile.py
tests/test_query_dates.py
tests/test_query_filters.py
tests/test_query_orm_path.py
tests/test_query_plan.py
tests/test_query_registry.py
tests/test_query_support.py
tests/test_registry.py
tests/test_registry_cache.py
tests/test_registry_money.py
tests/test_registry_signal.py
tests/test_registry_support.py
tests/test_security.py
tests/test_smoke.py