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. |
| 1 | One should be able to create custom `FilterSpecs` for the admin's `list_filter` interface. |
| 2 | |
| 3 | Honza_Kral: I modified 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. |
| 4 | |
| 5 | Another approach by korpios is described in the comments. |