Skip to content

Commit

Permalink
Switch to django-autoslugged
Browse files Browse the repository at this point in the history
This is a more active fork of the original Django Autoslug
  • Loading branch information
bennylope committed May 11, 2018
1 parent 79bd899 commit 8452293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -117,12 +117,12 @@ is now ignored and the functionality satisifed by a vendored solution. A
warning will be given but this *should not* have any effect on your code.

- `django-extensions <http://django-extensions.readthedocs.org/en/latest/>`_
- `Django Autoslug (active fork) <https://github.com/iplweb/django-autoslug-iplweb>`_
- `Django Autoslugged <https://github.com/mbourqui/django-autoslugged/>`_
- `django-slugger <https://gitlab.com/dspechnikov/django-slugger/>`_

Note that as of django-autoslug 1.9.3. it is incompatible with Django 2.x Instead
it is recommended at this time to use one of the supported forks, e.g.
`django-autoslug-iplweb <https://github.com/iplweb/django-autoslug-iplweb>`_.
`django-autoslugged <https://github.com/mbourqui/django-autoslugged/>`_

Registration & invitation backends
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Expand Up @@ -7,7 +7,7 @@ flake8>=2.4.1

# Required to test default models
django-extensions>=1.6.0
django-autoslug-iplweb>=1.9.4.dev0
django-autoslugged>=2.0.0.dev0

# Required for mocking signals
mock-django==0.6.9

0 comments on commit 8452293

Please sign in to comment.