I've been trying to use the Django admin to moderate spam comments,
but it appears that the URL validation is stricter in the admin (i.e.
in the default ModelForm) than in the comment posting form.

Any URL with an anchor in it (i.e. http://www.example.com/example.html#whatever)
passes validation for comment posting but raises a validation error in
the admin.  As a result, my users can't edit and save an object that
has a comment with such a URL as an inline unless they edit the anchor
out of the URL.  Not all of my users understand how to edit a URL to
remove the anchor, either.

Is this a bug in Django?  Is there an easy workaround?

-- 
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