Skip to content

Commit

Permalink
remove README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Brant Young committed Aug 20, 2012
1 parent a898b09 commit 35e6eac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
14 changes: 1 addition & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,7 @@ django-taggit
Tags 将会自动显示在表单和后台 admin 中。



If you want to enforce lowercase tags everywhere (recommended, to avoid
ending up with tags 'Music' and 'music' which are functionally identical
but show up in different taxonomies), add to settings.py:

``TAGGIT_FORCE_LOWERCASE = True``

If you want to prevent certain words from being added as tags (such as
English articles to, from, the, of, etc.) add to settings.py:

``TAGGIT_STOPWORDS = [u'a', u'an', u'and', u'be', u'from', u'of']``

``django-taggit`` requires Django 1.1 or greater.
``django-taggit`` 依赖 Django 1.1 或更高版本.

For more info checkout out the documentation. And for questions about usage or
development you can contact the
Expand Down
45 changes: 0 additions & 45 deletions README.txt

This file was deleted.

0 comments on commit 35e6eac

Please sign in to comment.