django1/django/contrib/postgres/fields/__init__.py

5 lines
118 B
Python

from .array import * # NOQA
from .hstore import * # NOQA
from .jsonb import * # NOQA
from .ranges import * # NOQA