Removing option to make tags lowercase

...that's basically handled by the slugification
This commit is contained in:
Christopher Allan Webber
2011-07-30 21:54:18 -05:00
parent 90870c07d4
commit 1b89b817e5
3 changed files with 2 additions and 8 deletions

View File

@@ -9,7 +9,6 @@ db_name = __mediagoblin_tests__
# tag parsing
tags_delimiter = ","
tags_case_sensitive = False
tags_max_length = 50
# Celery shouldn't be set up by the application as it's setup via