Won't this only effect admin? I'm looking for a general solution that
I can work into any form.
Chris
Unfortunately, this isn't the case. This was the first thing I tried,
but I found code in Django's forms/models.py that strips out cleaned
data that doesn't explicitly appear in either the fields or exclude
list. It's quite a frustrating and arbitrary limitation, and took me
several hours to work around.
Chris