.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
README.rst
__init__.py
pyproject.toml
requirements.txt
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/chore.md
.github/ISSUE_TEMPLATE/documentation-request.md
.github/ISSUE_TEMPLATE/feature_request.md
django_tag_me.egg-info/PKG-INFO
django_tag_me.egg-info/SOURCES.txt
django_tag_me.egg-info/dependency_links.txt
django_tag_me.egg-info/requires.txt
django_tag_me.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/extras.rst.txt
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/discussion/index-discussion.rst
docs/source/how-to/how-to-config.rst
docs/source/how-to/how-to-contributing.rst
docs/source/how-to/how-to-custom-list.rst
docs/source/how-to/how-to-tag-parser.rst
docs/source/how-to/how-to-tag-sync.rst
docs/source/how-to/how-to-tagged-field.rst
docs/source/how-to/index-how-to.rst
docs/source/how-to/quickstart.rst
docs/source/imgs/ref_user_tag_model.svg
docs/source/imgs/tag_dropdown_search.png
docs/source/imgs/tag_dropdown_with_options.png
docs/source/imgs/tag_me_search.png
docs/source/imgs/tag_me_search_add_tag.png
docs/source/imgs/tag_me_search_added_tag.png
docs/source/imgs/tag_me_search_menu.png
docs/source/reference/index-reference.rst
docs/source/reference/ref-cstm-migrate.rst
docs/source/reference/ref-cstm-tags.rst
docs/source/reference/ref-form-mixin.rst
docs/source/reference/ref-helpers.rst
docs/source/reference/ref-list-formatter.rst
docs/source/reference/ref-models.rst
docs/source/reference/ref-sync-model.rst
docs/source/reference/ref-tag-parser.rst
docs/source/reference/ref-view-mixin.rst
example/.gitignore
example/LICENSE.rst
example/README.rst
example/__init__.py
example/manage.py
example/pyproject.toml
example/pytest.ini
example/requirements_dev.txt
example/setup.cfg
example/tox.ini
example/version.toml
example/.env/.local
example/.env/.production
example/.env/.staging
example/.env/.testing
example/.github/ISSUE_TEMPLATE.md
example/blog/__init__.py
example/blog/admin.py
example/blog/apps.py
example/blog/forms.py
example/blog/models.py
example/blog/operations.py
example/blog/reports.py
example/blog/urls.py
example/blog/views.py
example/blog/migrations/0001_initial.py
example/blog/migrations/0002_initial.py
example/blog/migrations/__init__.py
example/config/requirements/base.txt
example/config/requirements/local.txt
example/config/requirements/production.txt
example/config/requirements/staging.txt
example/config/requirements/test.txt
example/config/settings/__init__.py
example/config/settings/base.py
example/config/settings/local.py
example/config/settings/production.py
example/config/settings/staging.py
example/config/settings/test.py
example/config/settings/username_blacklist.py
example/core/__init__.py
example/core/asgi.py
example/core/urls.py
example/core/wsgi.py
example/core/management/commands/nuke_db_sqlite.py
example/core/management/fixtures/a_user_fixtures.json
example/core/management/fixtures/b_user_tags_fixtures.json
example/core/utils/context_processors.py
example/core/views/__init__.py
example/core/views/generic/__init__.py
example/core/views/generic/base.py
example/core/views/generic/detail.py
example/core/views/generic/edit.py
example/core/views/generic/list.py
example/logging/.gitkeep
example/static/css/styles.css
example/templates/base.html
example/templates/account/account_inactive.html
example/templates/account/email.html
example/templates/account/email_confirm.html
example/templates/account/login.html
example/templates/account/login_users_table.html
example/templates/account/logout.html
example/templates/account/password_change.html
example/templates/account/password_reset.html
example/templates/account/password_reset_done.html
example/templates/account/password_reset_from_key.html
example/templates/account/password_reset_from_key_done.html
example/templates/account/password_set.html
example/templates/account/signup.html
example/templates/account/signup_closed.html
example/templates/account/verification_sent.html
example/templates/account/verified_email_required.html
example/templates/account/email/base_message.txt
example/templates/account/email/email_confirmation_message.txt
example/templates/account/email/email_confirmation_signup_message.txt
example/templates/account/email/email_confirmation_signup_subject.txt
example/templates/account/email/email_confirmation_subject.txt
example/templates/account/email/password_reset_key_message.txt
example/templates/account/email/password_reset_key_subject.txt
example/templates/account/messages/cannot_delete_primary_email.txt
example/templates/account/messages/email_confirmation_sent.txt
example/templates/account/messages/email_confirmed.txt
example/templates/account/messages/email_deleted.txt
example/templates/account/messages/logged_in.txt
example/templates/account/messages/logged_out.txt
example/templates/account/messages/password_changed.txt
example/templates/account/messages/password_set.txt
example/templates/account/messages/primary_email_set.txt
example/templates/account/messages/unverified_primary_email.txt
example/templates/account/snippets/already_logged_in.html
example/templates/blog/all_tags.html
example/templates/blog/authors.html
example/templates/blog/create_article.html
example/templates/blog/dashboard.html
example/tests/__init__.py
example/tests/conftest.py
example/tests/test_custom_user.py
example/theme/__init__.py
example/theme/apps.py
example/theme/static/css/styles.css
example/theme/static_src/.gitignore
example/theme/static_src/package-lock.json
example/theme/static_src/package.json
example/theme/static_src/postcss.config.js
example/theme/static_src/tailwind.config.js
example/theme/static_src/src/styles.css
example/theme/templates/base.html
example/users/__init__.py
example/users/admin.py
example/users/apps.py
example/users/forms.py
example/users/models.py
example/users/views.py
example/users/migrations/0001_initial.py
example/users/migrations/__init__.py
github/.git-commit-template.txt
github/config
github/tox.ini
github/workflows/release.yml
github/workflows/test.yml
tag_me/__init__.py
tag_me/admin.py
tag_me/apps.py
tag_me/forms.py
tag_me/models.py
tag_me/urls.py
tag_me/views.py
tag_me/widgets.py
tag_me/db/__init__.py
tag_me/db/mixins.py
tag_me/db/forms/__init__.py
tag_me/db/forms/fields.py
tag_me/db/forms/mixins.py
tag_me/db/models/fields.py
tag_me/management/commands/add_user_tags.py
tag_me/management/commands/createsuperuser_for_testing.py
tag_me/management/commands/migrate.py
tag_me/management/commands/tags.py
tag_me/migrations/0001_initial.py
tag_me/migrations/__init__.py
tag_me/static/tag_me/tag_me_multi_select.js
tag_me/templates/tag_me/tag_me_select.html
tag_me/templates/tag_me/tag_me_select_search_bar_menu.html
tag_me/templates/tag_me/mgmt/edit_tagged_fields.html
tag_me/templates/tag_me/mgmt/list_user_tag.html
tag_me/templates/tag_me/mgmt/management.html
tag_me/templates/tag_me/mgmt/sync_tagged_field_list.html
tag_me/templates/tag_me/mgmt/tagged_field_list.html
tag_me/templates/tag_me/user/edit_user_tag.html
tag_me/templates/tag_me/user/list_user_tag.html
tag_me/templatetags/__init__.py
tag_me/templatetags/tag_filters.py
tag_me/utils/collections.py
tag_me/utils/helpers.py
tag_me/utils/parser.py
tag_me/utils/tag_mgmt_system.py
tests/__init__.py
tests/admin.py
tests/apps.py
tests/forms.py
tests/manage.py
tests/models.py
tests/operations.py
tests/reports.py
tests/settings.py
tests/test_collections.py
tests/test_custom_commands.py
tests/test_form_field.py
tests/test_helpers.py
tests/test_model_field.py
tests/test_models.py
tests/test_parser.py
tests/urls.py
tests/views.py
tests/migrations/0001_initial.py
tests/migrations/0002_alter_tagtestbase_tags.py
tests/migrations/0003_alter_tagtestbase_tags.py
tests/migrations/__init__.py