Thanks Karen, I'll try that now.
On Nov 3, 2:29 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On 11/3/07, andrew gleave <[EMAIL PROTECTED]> wrote:
>
>
>
> > I've added some sample code which illustrates the problem. Still
> > can't submit anything to the Trac.
>
> Have you tried creating an ac
On 11/3/07, andrew gleave <[EMAIL PROTECTED]> wrote:
>
> I've added some sample code which illustrates the problem. Still
> can't submit anything to the Trac.
Have you tried creating an account? Here's the registration page:
http://www.djangoproject.com/accounts/register/
It says with an acco
I've added some sample code which illustrates the problem. Still
can't submit anything to the Trac.
from django import newforms as forms
from django.utils import simplejson
class ContactForm(forms.Form):
subject = forms.CharField(max_length=100)
message = forms.CharField()
sender =
Hi everyone,
I'm posting this here as every ticket I try to submit fails with a
"500 Internal Server Error (Submission rejected as potential spam"
message.
After or around r6625 a bug has been introduced whereby when a
newforms error dict is serialized with any serializer (I've tried
simplejson a