Make mailinglist name unique in the database
authorMagnus Hagander <magnus@hagander.net>
Sat, 8 Jul 2017 19:31:12 +0000 (21:31 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 8 Jul 2017 19:31:12 +0000 (21:31 +0200)
commitcfcb543478eb1d14274ed7db3b04197732833124
tree53a4a4d83fc1df81638f8a2d821b034f5da1eb9e
parent097a732031bf57ae8916f421b7d62262e4b11785
Make mailinglist name unique in the database

This should have been the case from the beginning, there are many things
that would break if this was not followed.
pgweb/lists/migrations/0002_listname_unique.py [new file with mode: 0644]
pgweb/lists/models.py