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: v4.6.0
Choose a base ref
...
head repository: pytest-dev/pytest-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 15 commits
  • 16 files changed
  • 3 contributors

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    51b82ac View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Add Python 3.12 support (#1086)

    Co-authored-by: Adam Johnson <me@adamj.eu>
    foarsitter and adamchainz authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    be1163b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. docs/database: consistency fix

    Make it match the few lines above it.
    bluetech committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9eab641 View commit details
    Browse the repository at this point in the history
  2. Import from django.test not django.test.client

    Import from the documented location. Plus it's shorter.
    bluetech committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9fcdf5f View commit details
    Browse the repository at this point in the history
  3. Some type annotations

    bluetech committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9047da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5eeb37 View commit details
    Browse the repository at this point in the history
  5. Maybe fix readthedocs build failures

    Try to fix this error:
    
    > Problem in your project's configuration. Invalid configuration option
    > "build.os": build not found
    bluetech committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    53eead4 View commit details
    Browse the repository at this point in the history
  6. Export pytest_django.DjangoDbBlocker for typing purposes

    For users who want to type `django_db_blocker` in their tests.
    bluetech committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d93631f View commit details
    Browse the repository at this point in the history
  7. Avoid _blocking_manager mutable global

    Scope it to the pytest config at least.
    bluetech committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2414995 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa6bb34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d599fdb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. tests: type django_db_blocker fixtures

    This also serves as a typing test.
    bluetech committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    017bd77 View commit details
    Browse the repository at this point in the history
  2. Add pytest_django.DjangoCaptureOnCommitCallbacks for typing purposes

    This allows typing the `django_capture_on_commit_callbacks` fixture.
    bluetech committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    28484f4 View commit details
    Browse the repository at this point in the history
  3. Add pytest_django.DjangoAssertNumQueries for typing purposes

    This allows typing the `django_assert_num_queries` and
    `django_assert_max_num_queries` fixtures.
    bluetech committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    16ee779 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    bluetech committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    baaafd8 View commit details
    Browse the repository at this point in the history
Loading