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 4
4
- 3.5
5
5
- pypy
6
6
# - pypy3
7
+ sudo : false
7
8
install :
8
9
- pip install -r requirements/testing.txt
9
10
- pip install coveralls
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ generally made django-autoslug better:
28
28
* Thomas Schreiber
29
29
* Mike Urbanski
30
30
* Vadim Iskuchekov
31
+ * kane-c
31
32
* Your Name Here ;)
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
~~~~~~~~~
3
3
4
+ Version 1.9.1
5
+ -------------
6
+
7
+ Bugs fixed:
8
+
9
+ - #43 — Packaging error
10
+
4
11
Version 1.9.0
5
12
-------------
6
13
7
14
Backwards incompatible changes:
8
15
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)
14
19
15
20
Bugs fixed:
16
21
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.
19
29
20
30
Old versions
21
31
------------
Original file line number Diff line number Diff line change 11
11
from autoslug .fields import AutoSlugField
12
12
13
13
14
- __version__ = '1.9.0 '
14
+ __version__ = '1.9.1 '
15
15
__all__ = ['AutoSlugField' ]
You can’t perform that action at this time.
0 commit comments