Closed aminalaee closed 3 years ago
Introduces a custom GenericIP field which is INET in PostgreSQL and CHAR(45) for MySQL and SQLite. Returned result will be ipaddress.IPV4Address or ipaddress.IPV6Address.
GenericIP
INET
CHAR(45)
ipaddress.IPV4Address
ipaddress.IPV6Address
Closes #122
Introduces a custom
GenericIP
field which isINET
in PostgreSQL andCHAR(45)
for MySQL and SQLite. Returned result will beipaddress.IPV4Address
oripaddress.IPV6Address
.Closes #122