__init__.py
409 Bytes
# coding: utf-8
#
# Copyright (c) 2008—2015 Andy Mikhailenko
#
# This file is part of django-autoslug.
#
# django-autoslug is free software under terms of the GNU Lesser
# General Public License version 3 (LGPLv3) as published by the Free
# Software Foundation. See the file README for copying conditions.
#
from autoslug.fields import AutoSlugField
__version__ = '1.9.3'
__all__ = ['AutoSlugField']