mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-04 09:04:43 +00:00
578 B
578 B
1.0.2
Enhancement:
- PEP8 Compliant
1.0.1
Enhancement:
- Added support for Django 1.6.1
- Added support for Python 3.x
Misc:
- Dropped support for Django<=1.4.10
- Dropped support for Python 2.6
1.0.0
Enhancement:
- Support Django>=1.6
0.2.0
Features:
- Added an option to choose a non-dash separator
0.1.0
Features:
- Added the ability to truncate slugs
0.0.9
Enhancement:
-- Removed buildout dependency -- Move Unicode Slug functionality into its own python-slugify module
0.0.1
Features:
- Initial Release