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

Switch to int comparison for verbosity #99

Merged
merged 1 commit into from
Feb 14, 2017
Merged

Commits on Feb 14, 2017

  1. Switch to int comparison for verbosity

    Fixes #98.
    
    In Django 1.8, `options['verbosity']` switched from a string to an int,
    breaking the way we were checking the value.
    
    * django/django@8568638#diff-dfc45ab8548a0777543d12d6e77c9173L185
    * https://github.com/django/django/blob/3c447b108ac70757001171f7a4791f493880bf5b/django/core/management/base.py#L240
    mwarkentin committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    e813160 View commit details
    Browse the repository at this point in the history