Browse Source

Updated threads fixture to reasonable defaults.

Ralfp 12 years ago
parent
commit
e830894982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/fixtures.py

+ 1 - 1
misago/threads/fixtures.py

@@ -25,7 +25,7 @@ settings_fixtures = (
                 'description':  _('Minimal allowed thread name length.'),
             }),
             ('thread_name_max', {
-                'value':        20,
+                'value':        35,
                 'type':         "integer",
                 'input':        "text",
                 'extra':        {'min': 5, 'max': 60},