I have a model registered to the admin page, AuthUserFilePermissions, which consists of 2 foreign keys, a key to the defined groups, and a key to the filepatterns. Within the add AuthUserFilePermissions, there is a select for each. For the group this is fine, as there is only like 7-8. for the file patterns this is not good, as there are over 1000 file patterns. What I am trying to do is implement a search filter for the file pattern entry, similar to how in the add group page there is a filter for the permissions, around the select. Any Idea how I could complete this?
On a side note, the fields that I am entering within my modelAdmins are not appearing on the add page, so it would also be good to know why not. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9ef69e2c-52f7-4540-b341-13f534b1e77f%40googlegroups.com.

