From 7e9d582975b7457775927d64558bbb7ebf99b2d7 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Thu, 27 Mar 2014 14:18:51 +0200 Subject: [PATCH] Add IPAddressType ref --- docs/data_types.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/data_types.rst b/docs/data_types.rst index 3e59eec..0bf9f92 100644 --- a/docs/data_types.rst +++ b/docs/data_types.rst @@ -56,6 +56,14 @@ LocaleType .. autoclass:: LocaleType +IPAddressType +^^^^^^^^^^^^^ + +.. module:: sqlalchemy_utils.types.ip_addresss + +.. autoclass:: IPAddressType + + PasswordType ^^^^^^^^^^^^