Skip to content

Use GenericIPAddressField - #131

Open
benmurden wants to merge 2 commits into
agiliq:masterfrom
benmurden:ipaddressfield-fix
Open

Use GenericIPAddressField#131
benmurden wants to merge 2 commits into
agiliq:masterfrom
benmurden:ipaddressfield-fix

Conversation

@benmurden

Copy link
Copy Markdown
Contributor

This fixes the following warning.

WARNINGS:
billing.PinCharge.ip_address: (fields.W900) IPAddressField has been deprecated. Support for it (except in historical migrations) will be removed in Django 1.9.
        HINT: Use GenericIPAddressField instead.
billing.WorldPayResponse.ip_address: (fields.W900) IPAddressField has been deprecated. Support for it (except in historical migrations) will be removed in Django 1.9.
        HINT: Use GenericIPAddressField instead.

https://docs.djangoproject.com/en/1.9/ref/models/fields/#django.db.models.GenericIPAddressField

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

Successfully merging this pull request may close these issues.

1 participant