.pre-commit-config.yaml
CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
runtests.py
setup.cfg
setup.py
tox.ini
requirements/dev.in
requirements/docs.in
requirements/docs.txt
requirements/py310-dev.txt
requirements/py310-django32.txt
requirements/py310-django42.txt
requirements/py311-dev.txt
requirements/py311-django32.txt
requirements/py311-django42.txt
requirements/py38-dev.txt
requirements/py38-django32.txt
requirements/py38-django42.txt
requirements/py39-dev.txt
requirements/py39-django32.txt
requirements/py39-django42.txt
requirements/requirements.in
src/django_hashtag.egg-info/PKG-INFO
src/django_hashtag.egg-info/SOURCES.txt
src/django_hashtag.egg-info/dependency_links.txt
src/django_hashtag.egg-info/not-zip-safe
src/django_hashtag.egg-info/requires.txt
src/django_hashtag.egg-info/top_level.txt
src/hashtag/__init__.py
src/hashtag/admin.py
src/hashtag/apps.py
src/hashtag/models.py
src/hashtag/signals.py
src/hashtag/locale/it/LC_MESSAGES/django.po
src/hashtag/migrations/0001_initial.py
src/hashtag/migrations/0002_alter_mytag_slug.py
src/hashtag/migrations/0003_alter_mytag_last_used.py
src/hashtag/migrations/__init__.py
tests/__init__.py
tests/settings.py
tests/test_fake.py
tests/urls.py