mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Add MULTILINE field to test #396 manually
This commit is contained in:
parent
96bd3e1047
commit
39f762c9c6
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ CONSTANCE_CONFIG = {
|
|||
'MUSICIANS': (4, 'number of musicians inside the shop'),
|
||||
'DATE_ESTABLISHED': (date(1972, 11, 30), "the shop's first opening"),
|
||||
'MY_SELECT_KEY': ('yes', 'select yes or no', 'yes_no_null_select'),
|
||||
'MULTILINE': ('Line one\nLine two', 'multiline string'),
|
||||
}
|
||||
|
||||
CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'
|
||||
|
|
|
|||
Loading…
Reference in a new issue