Rodrigo,

I've found this to be a common use-case among many projects of mine.
The admin becomes completely unusable if you have hundreds of
thousands of possibilities for ForeignKey and/or ManyToMany
relations.  I've created a `ModelAdmin` (newforms-admin) subclass
called `LimitedRelatedAdmin` that does what I think you're looking to
accomplish.  It does require a small patch (2 changes) to newforms-
admin in order to accommodate the AJAX goodness -- email me for a link
to my private mercurial if you wish to examine the code.

-Justin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to