Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add django_debug_sql ini option #725

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2019

  1. Add django_debug_sql ini option

    TODO:
    
    - [ ] doc
    - [ ] use a command line option instead?
    
    I've thought about having a fixture also, but it would require to set
    "force_debug_cursor" on the connections then, and it probably not
    useful; typically you want to use this for a short time only - therefore
    a command line option might be better suited also (but you can use `-o
    django_debug_sql = 1`).  And on the other hand, it will only show up on
    failures, and is therefore maybe good to set it in general.
    blueyed committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    fb6fa96 View commit details
    Browse the repository at this point in the history