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

Django 1.7 support #116

Closed
littlepea opened this issue Jan 19, 2015 · 2 comments
Closed

Django 1.7 support #116

littlepea opened this issue Jan 19, 2015 · 2 comments

Comments

@littlepea
Copy link

With Django==1.7.2 the following Warnings show up when running ./manage.py validate:

System check identified some issues:

WARNINGS:
billing.PinCharge.success: (1_6.W002) BooleanField does not have a default value.
    HINT: Django 1.6 changed the default value of BooleanField from False to None. See https://docs.djangoproject.com/en/1.6/ref/models/fields/#booleanfield for more information.
billing.PinRefund.success: (1_6.W002) BooleanField does not have a default value.
    HINT: Django 1.6 changed the default value of BooleanField from False to None. See https://docs.djangoproject.com/en/1.6/ref/models/fields/#booleanfield for more information.

System check identified 2 issues (0 silenced).
@theju
Copy link
Contributor

theju commented Jan 26, 2015

The past few commits have been to support django 1.7. Please let us know if they are working fine on your end.

@theju
Copy link
Contributor

theju commented Mar 23, 2015

Closing this as it seems to be working fine with django 1.7. Please feel free to reopen the ticket if not so.

@theju theju closed this as completed Mar 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants