django-sql-stacktrace icon indicating copy to clipboard operation
django-sql-stacktrace copied to clipboard

Puts a python stacktrace in the SQL query as a comment (for debugging)

Results 3 django-sql-stacktrace issues
Sort by recently updated
recently updated
newest added

django-sql-stacktrace does not work with Django 2.1.9. Fixed issue from issue #6 Additional: Renamed import `smart_unicode` to `smart_text` in `stacktracecursor.py line 5, line 21 and line 26`

`django-sql-stacktrace` does not work with last Django. Renamed `django.db.backends.util` to `django.db.backends.utils`.

This setting will specify logger only collect stacks of INSTALLED_APPS, as well as need added a settings SQL_STACKTRACE_ONLY_PROJECT for collect only project traces

enhancement