Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytest-dev/pytest-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: blueyed/pytest-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: debug-sql
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

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
    Copy the full SHA
    fb6fa96 View commit details
Loading