Skip to content

Commit

Permalink
Merge pull request #727 from nmunro/master
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Apr 25, 2021
2 parents c3527a9 + f926887 commit 4f9b851
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 @@ -24,6 +24,6 @@ And then to any model you want tagging on do the following::

.. note::

If you want ``django-taggit`` to be **CASE-INSENSITIVE** when looking up existing tags, you'll have to set ``TAGGIT_CASE_INSENSITIVE`` (in ``settings.py`` or wherever you have your Djanog settings) to ``True`` (``False`` by default)::
If you want ``django-taggit`` to be **CASE-INSENSITIVE** when looking up existing tags, you'll have to set ``TAGGIT_CASE_INSENSITIVE`` (in ``settings.py`` or wherever you have your Django settings) to ``True`` (``False`` by default)::

TAGGIT_CASE_INSENSITIVE = True

0 comments on commit 4f9b851

Please sign in to comment.