neithere / django-autoslug

AutoSlugField for Django. Supports (but not requires) pytils for Cyrillic transliteration. Any suggestions about adding other translit libs are welcome. Documentation: http://packages.python.org/django-autoslug/

Shortlog (showing r43:db836f8c7e82 (tip) → r19:3dc62709ee19)

Age Author Message A M D «
2 months neithere neithere Added support for South. 0 2 0
3 months neithere neithere Refactored (moved service functions from fields.py to utils.py). Added tests. 1 3 0
3 months neithere neithere Allow fields listed in unique_with to be empty if they have blank=True. 0 3 0
3 months neithere neithere BUGFIX: slug length was only controlled with unique=True. 0 3 0
3 months neithere neithere BUGFIX: things re package version were messed up. 0 2 1
3 months neithere neithere Added config for Sphinx-PyPI-upload. 1 0 0
3 months neithere neithere BUGFIX: Sphinx would break on build because it could not import package version… 1 3 0
3 months neithere neithere Allow importing AutoSlugField directly from the autoslug module. 0 4 0
4 months neithere neithere Bumping version. 0 2 0
4 months kmike kmike Better unique slug generation. Fixes #6. 0 1 0
4 months kmike kmike Tests for recently introduced bug in unique slug generation. See #6. 0 1 0
4 months neithere neithere Updated README file, added it to setuptools script so that the text is… 0 3 0
4 months neithere neithere Added ability to customize `slugify` function and autoincremented index separato… 0 3 0
4 months neithere neithere Added tests for unique_with dates. Documented issue #5. 0 2 0
4 months kmike kmike Support for FK lookups in unique_with 0 2 0
5 months neithere neithere Fixed compatibility issue with Python < 2.6 0 2 0
5 months neithere neithere Updated documentation concerning populate_from. 0 1 0
5 months neithere neithere Added tag 1.2.0 for changeset 7a8b9c4a9c07 0 1 0
5 months neithere neithere Merged. Improved callable populate_from (added support for dynamic model… 0 4 0
5 months remco remco Fixes bug with custom primary key 0 2 0
5 months kmike kmike Allow populate_from to be callable 0 2 0
5 months neithere neithere Fixed issue #3: slug can exceed field length if prepopulating from longer… 3 3 0
6 months neithere neithere Added tag 1.1.2 0 3 0
6 months neithere neithere Added AUTHORS 1 0 0
6 months Blake Imsland Fixed bug where AutoSlug defaulted to unique. 0 1 0