#5833: newforms-admin enable registering custom FilterSpecs
---------------------------+------------------------------------------------
Reporter: Honza_Kral | Owner: nobody
Status: new | Component: Admin interface
Version: newforms-admin | Keywords: newforms admin list_filter filterspec
Stage: Unreviewed | Has_patch: 1
---------------------------+------------------------------------------------
I odified the filterspec definition to allow for users to register their
own filters in admin. The mechanism is simple - I just reverted the order
of the registry so that newly registered specs will come first. That way
if you register your own filter via {{{FilterSpec.register}}}, it will be
used before the default one.
--
Ticket URL: <http://code.djangoproject.com/ticket/5833>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---