django-uuslug/CHANGELOG.md

110 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-01-31 21:02:39 +00:00
## 2.0.0
Maintenance:
- Up version python-slugify, remove support for old Django versions
- Python 2.7 support dropped
## 1.2.0
Maintenance:
2022-01-31 21:02:39 +00:00
- Up version python-slugify, remove support for old Django versions
2016-06-20 18:27:23 +00:00
## 1.1.8
Maintenance:
2022-01-31 21:02:39 +00:00
- Up version python-slugify
2016-06-20 18:27:23 +00:00
2015-12-30 21:59:28 +00:00
## 1.1.7
Enhancement:
2022-01-31 21:02:39 +00:00
- Fix: False alarm on model/instance check. (@titusz)
2015-12-30 21:59:28 +00:00
2015-07-08 14:06:10 +00:00
## 1.1.6
Maintenance:
2022-01-31 21:02:39 +00:00
- Up version python-slugify, fixed broken status links on github
2015-07-08 14:06:10 +00:00
## 1.1.5
Enhancement:
2022-01-31 21:02:39 +00:00
- Ability to remove `stopwords` from string
- Ability to auto truncate string to match model field's max_length
2015-04-15 19:22:23 +00:00
## 1.0.5
Fix:
2022-01-31 21:02:39 +00:00
- PyPI Cleanup
2015-04-15 19:22:23 +00:00
## 1.0.4
Enhancement:
2022-01-31 21:02:39 +00:00
- Added option to save word order
- Added more tests
- Added Django 1.8 and dropped unsupported Django
2014-10-17 01:53:04 +00:00
## 1.0.3
Enhancement:
2022-01-31 21:02:39 +00:00
- Support pypy
- Support Django 1.7
- More test cases
- Update slugify
2014-10-17 01:53:04 +00:00
2014-03-08 13:41:45 +00:00
## 1.0.2
Enhancement:
2022-01-31 21:02:39 +00:00
- PEP8 Compliant
2014-03-08 13:41:45 +00:00
2014-02-02 22:21:49 +00:00
## 1.0.1
Enhancement:
2022-01-31 21:02:39 +00:00
- Added support for Django 1.6.1
- Added support for Python 3.x
2014-02-02 22:21:49 +00:00
Misc:
2014-02-02 23:19:48 +00:00
2022-01-31 21:02:39 +00:00
- Dropped support for Django<=1.4.10
- Dropped support for Python 2.6
2014-02-02 22:21:49 +00:00
2014-01-01 19:16:30 +00:00
## 1.0.0
Enhancement:
2022-01-31 21:02:39 +00:00
- Support Django>=1.6
2014-01-01 19:16:30 +00:00
## 0.2.0
Features:
2022-01-31 21:02:39 +00:00
- Added an option to choose a non-dash separator
2014-01-01 19:16:30 +00:00
## 0.1.0
Features:
2022-01-31 21:02:39 +00:00
- Added the ability to truncate slugs
2014-01-01 19:16:30 +00:00
## 0.0.9
Enhancement:
2022-01-31 21:02:39 +00:00
-- Removed buildout dependency
-- Move Unicode Slug functionality into its own python-slugify module
2014-01-01 19:16:30 +00:00
## 0.0.1
Features:
2022-01-31 21:02:39 +00:00
- Initial Release