mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-28 11:28:16 +00:00
75 lines
850 B
Markdown
75 lines
850 B
Markdown
## 1.0.5
|
|
|
|
Fix:
|
|
|
|
- PyPI Cleanup
|
|
|
|
## 1.0.4
|
|
|
|
Enhancement:
|
|
|
|
- Added option to save word order
|
|
- Added more tests
|
|
- Added Django 1.8 and dropped unsupported Django
|
|
|
|
## 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
|