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

Allow use Django>=3.1 #134

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Allow use Django>=3.1 #134

merged 2 commits into from
Dec 11, 2020

Commits on Aug 10, 2020

  1. Remove deprecated pytest option

    `--no-print-logs` was deprecated in
    https://github.com/pytest-dev/pytest/pull/6333/files
    
    And should be replaced with `--show-capture=no`
    ron8mcr committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    c60d20f View commit details
    Browse the repository at this point in the history
  2. Remove Django from dependencies, update tox matrix

    This resolves #131, so Django now added as transitive dependency
    of `django-reversion`.
    
    Also add Django==3.1 to test matrix
    ron8mcr committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    7fd2878 View commit details
    Browse the repository at this point in the history