LICENSE
README.md
pyproject.toml
django_pg_audit/__init__.py
django_pg_audit/admin.py
django_pg_audit/apps.py
django_pg_audit/conf.py
django_pg_audit/helpers.py
django_pg_audit/models.py
django_pg_audit/py.typed
django_pg_audit.egg-info/PKG-INFO
django_pg_audit.egg-info/SOURCES.txt
django_pg_audit.egg-info/dependency_links.txt
django_pg_audit.egg-info/requires.txt
django_pg_audit.egg-info/top_level.txt
django_pg_audit/management/__init__.py
django_pg_audit/management/commands/__init__.py
django_pg_audit/management/commands/attach_audit_triggers.py
django_pg_audit/middleware/__init__.py
django_pg_audit/middleware/audit.py
django_pg_audit/migrations/0001_initial.py
django_pg_audit/migrations/0002_create_trigger_function.py
django_pg_audit/migrations/0003_attach_triggers.py
django_pg_audit/migrations/__init__.py
tests/test_helpers.py
tests/test_middleware.py