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/contrib/__init__.py
django_query_profiler/django/contrib/gis/__init__.py
django_query_profiler/django/contrib/gis/db/__init__.py
django_query_profiler/django/contrib/gis/db/backends/__init__.py
django_query_profiler/django/contrib/gis/db/backends/postgis/__init__.py
django_query_profiler/django/contrib/gis/db/backends/postgis/base.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/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/testapp/__init__.py
tests/testapp/mysql_settings.py
tests/testapp/oracle_settings.py
tests/testapp/postgis_settings.py
tests/testapp/postgresql_settings.py
tests/testapp/sqlite_settings.py
tests/testapp/urls.py
tests/testapp/food/__init__.py
tests/testapp/food/apps.py
tests/testapp/food/models.py
tests/testapp/food/views.py
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