]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Start setting Project.listemail
authorStephen Finucane <stephen@that.guru>
Mon, 3 Dec 2018 14:28:14 +0000 (14:28 +0000)
committerStephen Finucane <stephen@that.guru>
Sat, 22 Dec 2018 17:19:06 +0000 (17:19 +0000)
commit5cda676284eb6adccbc65e11624699789388a04e
tree16057afd4572a7b314c62bbfbe08e5b6dc38de47
parentcdf7936438d147ef6832a3363ace85c272c9ad73
tests: Start setting Project.listemail

I'm not actually sure why this wasn't raising an error. Perhaps it's
because null validation for char fields happens in forms rather than at
the database level. In any case, this won't happen normally since we
only allow creation via the admin API so simply start setting this.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/utils.py