Skip to content

Commit 2d26169

Browse files
committed
Filled AUTHORS and CHANGELOG.
1 parent f0a9a5e commit 2d26169

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ generally made django-autoslug better:
3131
* kane-c
3232
* Julien Dubiel
3333
* Tony Shtarev
34+
* Éloi Rivard
3435
* Your Name Here ;)

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Version 1.9.4-dev
77
New features:
88

99
- Add `manager_name` kwarg to enable using custom managers from abstract models.
10+
- Django 1.10 compatibility.
1011

1112
Version 1.9.3
1213
-------------

autoslug/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
5959
"""
6060
from django.conf import settings
61-
from django.urls import get_callable
61+
from django.core.urlresolvers import get_callable
6262

6363
# use custom slugifying function if any
6464
slugify_function_path = getattr(settings, 'AUTOSLUG_SLUGIFY_FUNCTION', 'autoslug.utils.slugify')

0 commit comments

Comments
 (0)