.editorconfig
.gitignore
.pre-commit-config.yaml
.pylintrc
AUTHORS
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
run_tests.py
setup.py
tox.ini
.github/workflows/python-package.yml
django_autoslugfield/__init__.py
django_autoslugfield/fields.py
django_autoslugfield/utils.py
django_easy_autoslug.egg-info/PKG-INFO
django_easy_autoslug.egg-info/SOURCES.txt
django_easy_autoslug.egg-info/dependency_links.txt
django_easy_autoslug.egg-info/requires.txt
django_easy_autoslug.egg-info/top_level.txt
tests/__init__.py
tests/models.py
tests/settings.py
tests/tests.py