.bumpversion.cfg
.gitignore
.pre-commit-config.yaml
.pylintrc
LICENSE
Makefile
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
django_partitioned_audit/__init__.py
django_partitioned_audit/admin.py
django_partitioned_audit/apps.py
django_partitioned_audit/models.py
django_partitioned_audit/signals.py
django_partitioned_audit/utils.py
django_partitioned_audit.egg-info/PKG-INFO
django_partitioned_audit.egg-info/SOURCES.txt
django_partitioned_audit.egg-info/dependency_links.txt
django_partitioned_audit.egg-info/top_level.txt
django_partitioned_audit/management/__init__.py
django_partitioned_audit/management/commands/__init__.py
django_partitioned_audit/management/commands/manage_partition_tables.py
django_partitioned_audit/migrations/0001_initial.py
django_partitioned_audit/migrations/0002_trigger_audit_entry_creator_func_v2.py
django_partitioned_audit/migrations/__init__.py
django_partitioned_audit/partitions/__init__.py
django_partitioned_audit/partitions/partition_info.py
django_partitioned_audit/partitions/partition_manager_base.py
django_partitioned_audit/partitions/partition_manager_plan.py
django_partitioned_audit/partitions/partition_manager_time_range.py
django_partitioned_audit/partitions/time_range_partitioning.py
tests/conftest.py
tests/docker-compose.yml
tests/requirements.in
tests/requirements.txt
tests/test_audit_events_creation.py
tests/test_concurrent.py
tests/test_examples_on_readme.py
tests/test_management_commands.py
tests/test_non_standard_pk.py
tests/test_partition_info.py
tests/test_partition_manager_base.py
tests/test_partition_manager_create.py
tests/test_partition_manager_simulate.py
tests/test_partition_manager_time_range.py
tests/test_partition_manager_time_range_plan.py
tests/test_partition_manager_truncate_63.py
tests/test_testing_app_without_audit.py
tests/app_django/manage.py
tests/app_django/app/__init__.py
tests/app_django/app/admin.py
tests/app_django/app/apps.py
tests/app_django/app/models.py
tests/app_django/app/views.py
tests/app_django/app/management/commands/stresstest.py
tests/app_django/app/management/commands/update_customer.py
tests/app_django/app/migrations/0001_initial.py
tests/app_django/app/migrations/0002_invoice_product.py
tests/app_django/app/migrations/__init__.py
tests/app_django/app/templates/app/customer_confirm_delete.html
tests/app_django/app/templates/app/customer_form.html
tests/app_django/app/templates/app/invoice_form.html
tests/app_django/app/templates/app/product_form.html
tests/app_django/config/__init__.py
tests/app_django/config/asgi.py
tests/app_django/config/settings.py
tests/app_django/config/settings_boilerplate.py
tests/app_django/config/settings_postgres12.py
tests/app_django/config/settings_postgres13.py
tests/app_django/config/settings_postgres14.py
tests/app_django/config/settings_postgres15.py
tests/app_django/config/tox_settings.py
tests/app_django/config/urls.py
tests/app_django/config/wsgi.py
tests/app_install_test/manage.py
tests/app_install_test/app_install_test_config/__init__.py
tests/app_install_test/app_install_test_config/settings.py