Thank you for your interest in django-autoslug.
If you wish to contribute a bugfix, please follow this workflow to ensure that your contribution is reviewed and accepted ASAP.
- The repository and issue tracker are here: https://github.com/neithere/django-autoslug.
- Create an issue and describe your use case there.
- Write a unit test (see autoslug/tests/tests.py).
- Make it pass:
- change the code in autoslug/fields.py;
- run ./runcover.sh and make sure added/touched code has 100% coverage;
- run tox and make sure all tests pass under supported Python/Django versions.
- Add documentation (comments, docstrings, hints for users).
- Submit a pull request. Reference the original issue there.