Context
django-debug-toolbar is a popular third-party library for use with Django that contains a configurable set of panels that display various debug information about the current request/response.
INTPYTHON-400includes an investigation of the SQL panel and estimate of effort required to implement an MQL panel.
Definition of done
Implement an MQL panel similar to Django Debug Toolbar's SQL panel.
Pitfalls
Development time may vary based on degree to which existing SQL query object abstractions can be reused when the query language is not SQL.
- blocks
-
INTPYTHON-867 Release Django MongoDB Extensions
-
- Blocked
-
- is depended on by
-
INTPYTHON-867 Release Django MongoDB Extensions
-
- Blocked
-