File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed
Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 44 - 3.5
55 - pypy
66# - pypy3
7+ sudo : false
78install :
89 - pip install -r requirements/testing.txt
910 - pip install coveralls
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ generally made django-autoslug better:
2828* Thomas Schreiber
2929* Mike Urbanski
3030* Vadim Iskuchekov
31+ * kane-c
3132* Your Name Here ;)
Original file line number Diff line number Diff line change 11Changelog
22~~~~~~~~~
33
4+ Version 1.9.1
5+ -------------
6+
7+ Bugs fixed:
8+
9+ - #43 — Packaging error
10+
411Version 1.9.0
512-------------
613
714Backwards incompatible changes:
815
9- - limited supported versions of Python to 2.7, 3.5 and PyPy.
10- - limited supported Django versions to 1.7.10 and higher.
11- - turned off modeltranslation support by default (can be enabled)
12-
13- Converted the test suite from doctest to unittest.
16+ - Limited supported versions of Python to 2.7, 3.5 and PyPy.
17+ - Limited supported Django versions to 1.7.10 and higher.
18+ - Turned off modeltranslation support by default (can be enabled)
1419
1520Bugs fixed:
1621
17- - #25: max_length ignored in django 1.7 migrations
18- - #42: added setting to enable/disable modeltranslation support
22+ - #25 — max_length ignored in django 1.7 migrations.
23+ - #42 — Added setting to enable/disable modeltranslation support.
24+
25+ Other changes:
26+
27+ - Converted the test suite from doctest to unittest.
28+ - The project has moved from Bitbucket to GitHub.
1929
2030Old versions
2131------------
Original file line number Diff line number Diff line change 1111from autoslug .fields import AutoSlugField
1212
1313
14- __version__ = '1.9.0 '
14+ __version__ = '1.9.1 '
1515__all__ = ['AutoSlugField' ]
You can’t perform that action at this time.
0 commit comments