FilterSpec for ForeignKeys to auth.User with HTML input tag for ModelAdmin.list_filter
I often need to filter my change_list by author but my User table is usually pretty crowded and adding the User FK to list_filter would end up with hundreds of user links in the sidebar. This snippets replace those hundreds of links by a simple HTML <input>.
- admin
- filterspec
- list_filter