Re: foreign key select widget with "add" link

2012-01-25 Thread Ed
http://www.hoboes.com/Mimsy/hacks/replicating-djangos-admin/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/-SBv03JcdswJ. To post to this group, send

foreign key select widget with "add" link

2011-12-13 Thread j_syk
I have a Model with a ForeignKey and I'm using a vanilla ModelForm, so it's using the standard ModelChoiceField widget. I'm looking to add a '+' icon with a link to popup and new window to add a new foreign key that is not already in the dropdown list. Yes, exactly like the admin forms. I've done