Merge pull request #5614 from chrismeyersfsu/fix-5613

give a default other than None
This commit is contained in:
Chris Meyers
2017-03-02 14:25:12 -05:00
committed by GitHub

View File

@@ -322,5 +322,5 @@ register(
help_text=_('Useful to uniquely identify Tower instances.'),
category=_('Logging'),
category_slug='logging',
default=None,
default='',
)