justinmayer / django-autoslug

AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues
https://readthedocs.org/projects/django-autoslug/
GNU Lesser General Public License v3.0
295 stars 105 forks source link

add install_requires #40

Closed metalogical closed 5 years ago

metalogical commented 6 years ago

so django is automatically installed by setuptools

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 87.767% when pulling a3b0a96b82b19f30657939df02c9eb300d23f2c0 on namanbharadwaj:patch-1 into 223771076e63c1b50f75fb2a576f2ea4c6bad514 on neithere:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 87.767% when pulling fa76398ba2384a7203503d6903a71b821c084c71 on namanbharadwaj:patch-1 into 223771076e63c1b50f75fb2a576f2ea4c6bad514 on neithere:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 87.767% when pulling a3b0a96b82b19f30657939df02c9eb300d23f2c0 on namanbharadwaj:patch-1 into 223771076e63c1b50f75fb2a576f2ea4c6bad514 on neithere:master.

justinmayer commented 5 years ago

Django 2.0 support is now present, so this should no longer be relevant. Thank you nonetheless for the contribution!