Merge branch 'acceptable-aliases' into 'master'
Use a custom Field for lists reprensented as text areas

This MR fixes the python list of strings that was displayed as the list's acceptable aliases.
The python list is converted to and from a single string where list elements are joined by newlines, as used by the textarea widget.

See merge request !54
commit 62fbbb25f7c591c3151521599d1625911246305d
2 parents 6d43446 + 7566f83
@Aurélien Bompard Aurélien Bompard authored on 5 Dec 2015
Showing 2 changed files
View
src/postorius/forms.py
View
src/postorius/views/list.py