IPAddressField is deprecated

pull/91/head
eric 2018-04-19 13:13:02 -04:00
parent f549231d21
commit f35122ec51
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from django.core import validators
from django.db import models
from django.db.models import Q
from django.db.models.signals import post_save
from django.forms import IPAddressField as BaseIPAddressField
from django.forms import GenericIPAddressField as BaseIPAddressField
from django.utils.translation import ugettext_lazy as _
from django.core.urlresolvers import reverse