New tickets always rejected as spam?

0 views
Skip to first unread message

Milton Waddams

unread,
Jul 29, 2006, 5:04:54 AM7/29/06
to django-d...@googlegroups.com
I've tried to submit this enhancement a few times, always getting
rejected as spam, with the error "Akismet rejected spam"

I tried posting without the code snippet as thought maybe it was the
link though even the first para gets rejected :(

=============================

If you have an image/filefield which isn't required then sometimes you
want to remove the uploaded image from the admin and not simply change
it to another image, below is a change to widget/file.html which will
do this, it won't remove from the filesystem however it will make the
field blank. The code may be written to be more along Django admin
guidelines.

{{{
{% load admin_modify i18n %}{% if bound_field.original_value %}
<span id="{{bound_field.element_id}}_changecontainer">{% trans
"Currently:" %} <a href="{{ bound_field.original_url }}" > {{
bound_field.original_value|escape }} </a> [<a href="#"
onclick="s='{{bound_field.element_id}}';f=document.getElementById(s.substring(0,
s.length-5));f.value='';document.getElementById('{{bound_field.element_id}}_changecontainer').style.display='none';">remove</a>]<br
/>
{% trans "Change:" %}</span>{% output_all bound_field.form_fields %}
{% else %} {% output_all bound_field.form_fields %} {% endif %}
}}}

yk4ever

unread,
Jul 30, 2006, 1:31:37 PM7/30/06
to Django developers
Akismet is a freaking paranoid. I can not even comment on active
tickets!
The only thing you can submit for now is attachments.

BTW: committers, please check out ticket 2243 and see whether proposed
changes are appropriate

Reply all
Reply to author
Forward
0 new messages