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 BooleanField(null=True) on Django >= 2.1 #38

Closed
wants to merge 5 commits into from

Commits on May 3, 2019

  1. Allow BooleanField(null=True) on Django >= 2.1

    as this now recommened instead of using NullBooleanField.
    washeck committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c9a27da View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Add Django to tox dependencies

    so tests importing Django do not fail.
    washeck committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    1695845 View commit details
    Browse the repository at this point in the history
  2. Run coverage test from tox

    washeck committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    abc0956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    686cba5 View commit details
    Browse the repository at this point in the history
  4. Configure pytest-cov to append results

    as recommended in pytest-cov doc.
    washeck committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    afcb5b4 View commit details
    Browse the repository at this point in the history