Skip to content

Commit

Permalink
Add MULTILINE field to test #396 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
utapyngo committed May 26, 2020
1 parent 96bd3e1 commit 39f762c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/cheeseshop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
'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'
Expand Down

0 comments on commit 39f762c

Please sign in to comment.