mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-27 19:14:00 +00:00
61 lines
682 B
Markdown
61 lines
682 B
Markdown
## 1.0.3
|
|
|
|
Enhancement:
|
|
|
|
- Support pypy
|
|
- Support Django 1.7
|
|
- More test cases
|
|
- Update slugify
|
|
|
|
## 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
|