symposion icon indicating copy to clipboard operation
symposion copied to clipboard

Speaker's user field can't be null

Open spacedman opened this issue 11 years ago • 2 comments

Documentation http://symposion.readthedocs.org/en/latest/speakers.html says "a Speaker may have a NULL user field" but models.py in speakers/ doesn't have blank=True, so the form insists you have a user model for speakers. It's got null=True, but that aint blank=True.

If Speaker management is being done manually, perhaps the invite fields should be blankable too.

Either the docs or the code is wrong...

spacedman avatar May 04 '13 14:05 spacedman

Agreed it should be blankable.

jtauber avatar May 04 '13 15:05 jtauber

Would this be a good "difficulty: easy" issue or has this been fixed by now?

ossanna16 avatar Dec 22 '15 13:12 ossanna16