Skip to content

Commit

Permalink
Merge pull request #822 from Xdynix/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
rtpg committed Oct 21, 2022
2 parents a87656f + 85884df commit 58de321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following Django-level settings affect the behavior of the library
When set to ``True``, tag lookups will be case insensitive. This defaults to ``False``.

* ``TAGGIT_STRIP_UNICODE_WHEN_SLUGIFYING``
When this is set to ``True``, tag slugs will be limited to ASCII characters. In this case, if you also have ```unidecode`` installed,
When this is set to ``True``, tag slugs will be limited to ASCII characters. In this case, if you also have ``unidecode`` installed,
then tag sluggification will transform a tag like ``あい うえお`` to ``ai-ueo``.
If you do not have ``unidecode`` installed, then you will usually be outright stripping unicode, meaning that something like ``helloあい`` will be slugified as ``hello``.

Expand Down

0 comments on commit 58de321

Please sign in to comment.