LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_query_profiler/__init__.py
django_query_profiler/settings.py
django_query_profiler.egg-info/PKG-INFO
django_query_profiler.egg-info/SOURCES.txt
django_query_profiler.egg-info/dependency_links.txt
django_query_profiler.egg-info/not-zip-safe
django_query_profiler.egg-info/requires.txt
django_query_profiler.egg-info/top_level.txt
django_query_profiler/chrome_plugin_helpers/__init__.py
django_query_profiler/chrome_plugin_helpers/redis_utils.py
django_query_profiler/chrome_plugin_helpers/views.py
django_query_profiler/client/__init__.py
django_query_profiler/client/context_manager.py
django_query_profiler/client/middleware.py
django_query_profiler/client/urls.py
django_query_profiler/django/__init__.py
django_query_profiler/django/db/__init__.py
django_query_profiler/django/db/backends/__init__.py
django_query_profiler/django/db/backends/cursor_wrapper_instrumentation.py
django_query_profiler/django/db/backends/database_wrapper_mixin.py
django_query_profiler/django/db/backends/mysql/__init__.py
django_query_profiler/django/db/backends/mysql/base.py
django_query_profiler/django/db/backends/oracle/__init__.py
django_query_profiler/django/db/backends/oracle/base.py
django_query_profiler/django/db/backends/postgresql/__init__.py
django_query_profiler/django/db/backends/postgresql/base.py
django_query_profiler/django/db/backends/sqlite3/__init__.py
django_query_profiler/django/db/backends/sqlite3/base.py
django_query_profiler/query_profiler_storage/__init__.py
django_query_profiler/query_profiler_storage/data_collector.py
django_query_profiler/query_profiler_storage/django_stack_trace_analyze.py
django_query_profiler/query_profiler_storage/stack_tracer.py
django_query_profiler/templates/django_query_profiler_level_query.html
django_query_profiler/templates/django_query_profiler_level_query_signature.html
django_query_profiler/templatetags/__init__.py
django_query_profiler/templatetags/number_formatter.py
tests/__init__.py
tests/__pycache__/__init__.cpython-37.pyc
tests/integration/__init__.py
tests/integration/fixtures.py
tests/integration/test_data_collector_nesting.py
tests/integration/test_django_stack_trace_analyze.py
tests/integration/test_middleware.py
tests/integration/test_query_count.py
tests/integration/__pycache__/__init__.cpython-37.pyc
tests/integration/__pycache__/fixtures.cpython-37.pyc
tests/integration/__pycache__/test_data_collector_nesting.cpython-37.pyc
tests/integration/__pycache__/test_django_stack_trace_analyze.cpython-37.pyc
tests/integration/__pycache__/test_middleware.cpython-37.pyc
tests/integration/__pycache__/test_query_count.cpython-37.pyc
tests/testapp/__init__.py
tests/testapp/mysql_settings.py
tests/testapp/oracle_settings.py
tests/testapp/postgresql_settings.py
tests/testapp/sqlite_settings.py
tests/testapp/urls.py
tests/testapp/__pycache__/__init__.cpython-37.pyc
tests/testapp/__pycache__/mysql_settings.cpython-37.pyc
tests/testapp/__pycache__/postgresql_settings.cpython-37.pyc
tests/testapp/__pycache__/sqlite_settings.cpython-37.pyc
tests/testapp/__pycache__/urls.cpython-37.pyc
tests/testapp/food/__init__.py
tests/testapp/food/apps.py
tests/testapp/food/models.py
tests/testapp/food/views.py
tests/testapp/food/__pycache__/__init__.cpython-37.pyc
tests/testapp/food/__pycache__/models.cpython-37.pyc
tests/testapp/food/__pycache__/views.cpython-37.pyc
tests/unit/__init__.py
tests/unit/test_data_storage.py
tests/unit/test_number_formatter.py
tests/unit/test_query_profiled_data.py
tests/unit/test_query_signature_analyze.py
tests/unit/test_sql_statement_type_from_sql.py
tests/unit/test_stack_tracer.py
tests/unit/__pycache__/__init__.cpython-37.pyc
tests/unit/__pycache__/test_data_storage.cpython-37.pyc
tests/unit/__pycache__/test_number_formatter.cpython-37.pyc
tests/unit/__pycache__/test_query_profiled_data.cpython-37.pyc
tests/unit/__pycache__/test_query_signature_analyze.cpython-37.pyc
tests/unit/__pycache__/test_sql_statement_type_from_sql.cpython-37.pyc
tests/unit/__pycache__/test_stack_tracer.cpython-37.pyc