Metadata-Version: 1.1
Name: django-autoslug
Version: 1.0.1
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
Requires: python (>= 2.4)
Requires: django (>= 1.0)
