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

Fix Django 4 compatibility issues #778

Merged
merged 4 commits into from
Dec 16, 2021
Merged

Commits on Dec 15, 2021

  1. add django 4.0 to tox envs

    monty5811 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    f23c538 View commit details
    Browse the repository at this point in the history
  2. make get_extra_restriction work across django versions

     - add a shim around `get_extra_restriction` so that it works in
       versions of Django >=4 and <4
     - fixes jazzband#776
    monty5811 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    69020bd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    076aff2 View commit details
    Browse the repository at this point in the history
  2. fix typo in version check

    monty5811 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    2382ebc View commit details
    Browse the repository at this point in the history