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 r49:a3767d88ac0c (tip) → r25:7a8b9c4a9c07)

Age Author Message A M D «
6 days neithere neithere Updated list of authors, bumped package version. 2
6 days nicoechaniz nicoechaniz Added always_update keyword argument for AutoSlugField. With tests 2
3 weeks neithere neithere Bumping version 1
3 weeks cyberj cyberj Add new author 1
3 weeks cyberj cyberj Fix doc and tests if pytils installed on system. 2
3 weeks cyberj cyberj Default Django slugify filter returns Unicode 1
3 months neithere neithere Added support for South. 2
4 months neithere neithere Refactored (moved service functions from fields.py to utils.py). Added tests. 1 3
4 months neithere neithere Allow fields listed in unique_with to be empty if they have blank=True. 3
4 months neithere neithere BUGFIX: slug length was only controlled with unique=True. 3
4 months neithere neithere BUGFIX: things re package version were messed up. 2 1
4 months neithere neithere Added config for Sphinx-PyPI-upload. 1
4 months neithere neithere BUGFIX: Sphinx would break on build because it could not import package version… 1 3
4 months neithere neithere Allow importing AutoSlugField directly from the autoslug module. 4
5 months neithere neithere Bumping version. 2
5 months kmike kmike Better unique slug generation. Fixes #6. 1
5 months kmike kmike Tests for recently introduced bug in unique slug generation. See #6. 1
5 months neithere neithere Updated README file, added it to setuptools script so that the text is… 3
6 months neithere neithere Added ability to customize `slugify` function and autoincremented index separato… 3
6 months neithere neithere Added tests for unique_with dates. Documented issue #5. 2
6 months kmike kmike Support for FK lookups in unique_with 2
6 months neithere neithere Fixed compatibility issue with Python < 2.6 2
6 months neithere neithere Updated documentation concerning populate_from. 1
6 months neithere neithere Added tag 1.2.0 for changeset 7a8b9c4a9c07 1
6 months neithere neithere Merged. Improved callable populate_from (added support for dynamic model… 4