CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
version.toml
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
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/reset_and_seed_blog.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
tag_me/__init__.py
tag_me/admin.py
tag_me/apps.py
tag_me/assets.py
tag_me/registry.py
tag_me/urls.py
tag_me/widgets.py
tag_me/forms/__init__.py
tag_me/forms/fields.py
tag_me/forms/forms.py
tag_me/forms/mixins.py
tag_me/management/commands/createsuperuser_for_testing.py
tag_me/management/commands/populate_tags.py
tag_me/management/commands/tag_me.py
tag_me/migrations/0001_initial.py
tag_me/migrations/0002_systemtag_search_tags_usertag_search_tags_and_more.py
tag_me/migrations/0003_systemtag_comment_systemtag_field_name_and_more.py
tag_me/migrations/0004_fk_lookup_refactor.py
tag_me/migrations/0005_remove_taggedfieldmodel_unique_tagged_field_model_and_more.py
tag_me/migrations/0006_remove_systemtag_tag_me_sys_tagged_field_idx_and_more.py
tag_me/migrations/__init__.py
tag_me/models/__init__.py
tag_me/models/fields.py
tag_me/models/models.py
tag_me/static/tag_me/dist/manifest.json
tag_me/static/tag_me/dist/css/tag-me.BF7fjF1H.css
tag_me/static/tag_me/dist/js/tag-me.xjNwD1I1.js
tag_me/templates/base.html
tag_me/templates/tag_me/tag_me_bottom_sheet.html
tag_me/templates/tag_me/tag_me_mobile_footer.html
tag_me/templates/tag_me/tag_me_select.html
tag_me/templates/tag_me/tag_me_select_search_bar_desktop.html
tag_me/templates/tag_me/tag_me_select_search_bar_mobile.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/templatetags/tag_me.py
tag_me/templatetags/tag_me_assets.py
tag_me/utils/collections.py
tag_me/utils/helpers.py
tag_me/utils/orphan_merger.py
tag_me/utils/parser.py
tag_me/utils/tag_mgmt_system.py
tag_me/views/__init__.py
tag_me/views/mixins.py
tag_me/views/views.py
tests/__init__.py
tests/admin.py
tests/apps.py
tests/conftest.py
tests/forms.py
tests/manage.py
tests/models.py
tests/operations.py
tests/reports.py
tests/settings.py
tests/test_urls.py
tests/urls.py
tests/views.py
tests/db/__init__.py
tests/db/test_fk_migration.py
tests/db/test_model_field.py
tests/db/test_models.py
tests/forms/__init__.py
tests/forms/test_form_mixins.py
tests/forms/test_widget.py
tests/migrations/0001_initial.py
tests/migrations/0002_alter_tagtestbase_tags.py
tests/migrations/0003_alter_tagtestbase_tags.py
tests/migrations/0004_tagtestbase_search_tags_alter_tagtestbase_tags.py
tests/migrations/__init__.py
tests/system/__init__.py
tests/system/test_orphan_merger.py
tests/system/test_registry.py
tests/system/test_tag_mgmt_system.py
tests/templatetags/__init__.py
tests/templatetags/test_templatetags.py
tests/unit/__init__.py
tests/unit/test_assets.py
tests/unit/test_collections.py
tests/unit/test_form_field.py
tests/unit/test_parser.py
tests/views/__init__.py
tests/views/test_view_mixins.py
tests/views/test_views.py