Metadata-Version: 1.1
Name: django-autoslug
Version: 1.0.2
Summary: An automated slug field for Django
Home-page: http://bitbucket.org/neithere/django-autoslug/
Author: Andy Mikhailenko
Author-email: andy@neithere.net
License: GNU Lesser General Public License (LGPL), Version 3
Download-URL: http://bitbucket.org/neithere/django-autoslug/get/tip.zip
Description: A slug field which can automatically a) populate itself from another field, b) preserve uniqueness of the value and c) use custom slugify() functions for better i18n.
Keywords: django field slug auto transliteration i18n
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: General
Requires: python (>= 2.4)
Requires: django (>= 1.0)
