Django

Code

Ticket #3059 (closed: wontfix)

Opened 2 years ago

Last modified 6 months ago

Allow call-backs to implement additional features in Django's auto-admin area.

Reported by: peter@mapledesign.co.uk Assigned to: nobody
Milestone: Component: Admin interface
Version: Keywords: auto admin, admin area, callbacks, plugins
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Here's the use-case: I have comments on my website. Spam is a problem and to reduce the number I want to integrate 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?

Attachments

Change History

09/12/07 20:07:07 changed by ubernostrum

newforms-admin will make this request obsolete.

02/27/08 19:13:57 changed by jacob

  • status changed from new to closed.
  • resolution set to wontfix.

Indeed; it already does.


Add/Change #3059 (Allow call-backs to implement additional features in Django's auto-admin area.)




Change Properties
Action