Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Asif Saif Uddin committed Nov 10, 2021
1 parent 534bfe4 commit d4aab73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/custom_tagging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ want to store additional data about a tag, such as whether it is official. In
these cases ``django-taggit`` makes it easy to substitute your own through
model, or ``Tag`` model.

Note: Including 'taggit' in ``settings.py`` INSTALLED_APPS list will create the
default ``django-taggit`` and "through model" models. If you would like to use
your own models, you will need to remove 'taggit' from ``settings.py``'s
Note: Including 'taggit' in ``settings.py`` INSTALLED_APPS list will create the
default ``django-taggit`` and "through model" models. If you would like to use
your own models, you will need to remove 'taggit' from ``settings.py``'s
INSTALLED_APPS list.

To change the behavior there are a number of classes you can subclass to obtain
Expand Down
4 changes: 2 additions & 2 deletions docs/external_apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have an application that you'd like to see listed here, simply fork
`django-taggit on github <https://github.com/jazzband/django-taggit>`_,
add it to this list, and send a pull request.

* `django-taggit-anywhere <https://github.com/bashu/django-taggit-anywhere>`_:
* `django-taggit-anywhere <https://github.com/bashu/django-taggit-anywhere>`_:
Simpler approach to tagging with ``taggit``. Additionally this
project provides easy-to-use integration with ``django-taggit-helpers`` and
``django-taggit-labels``.
Expand All @@ -36,4 +36,4 @@ add it to this list, and send a pull request.
Provides several templatetags, including one
for tag clouds, to expose various ``taggit`` APIs directly to templates.
* `django-taggit-bulk <https://github.com/nnseva/django-taggit-bulk>`_:
An admin action for the bulk tagging from the model admin instance list view.
An admin action for the bulk tagging from the model admin instance list view.
1 change: 0 additions & 1 deletion taggit/locale/fa/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ msgstr "آیتم برچسب گزاری شده"
#: taggit/models.py:176
msgid "tagged items"
msgstr "آیتم های برچسب گزاری شده"

2 changes: 1 addition & 1 deletion tests/templates/tests/food_tag_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<body>

</body>
</html>
</html>

0 comments on commit d4aab73

Please sign in to comment.