Hi,

I just delved into the comments framework (Django 1.1) and have a
question about the email address field. According to
djang.contrib.comments.model the user_email field is not required
since blank=True.  I don't see anything in admin.py or forms.py that
alters this, yet my comment form produced with {% render_comment_form
%} absolutely requires a "valid" email address.  I'm wondering where
this is happening b/c I want to use the comment framework for an
internal app in which I am migrating comments and don't want to have
to enter an email address.  If I need to customize the framework per
the documentation (http://docs.djangoproject.com/en/dev/ref/contrib/
comments/custom/) so be it, but this is the only issue for me.

Thanks for any help or clues.

--David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to