﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3059	Allow call-backs to implement additional features in Django's auto-admin area.	peter@…	nobody	"Here's the use-case: I have comments on my website.  Spam is a problem and to reduce the number I want to integrate [http://www.akismet.com/ Akismet filtering] into the process.  So far so good.

Now... up to now I've used the admin area to approve or delete comments.  With Akismet I also need 'mark as spam' and 'mark as not spam' buttons, in order to teach Akismet which comments were wrongly classified.

I'd really like to avoid having to write a separate admin area just to integrate this feature - is there any way to have callbacks that add fields and suchlike to Django's auto-admin area?"	enhancement	closed	contrib.admin		normal	wontfix	auto admin, admin area, callbacks, plugins		Unreviewed	0	0	0	0	0	0
