Re: multiselect populated by another app

2008-11-01 Thread Low Kian Seong
I think this might be useful: http://www.zoia.org/blog/2007/04/23/using-dynamic-choices-with-django-newforms-and-custom-widgets/ On Fri, Oct 31, 2008 at 5:36 AM, webcomm <[EMAIL PROTECTED]> wrote: > > Bump. > > There must be a way to do this, right? I have looked all over... the > documentation

Re: multiselect populated by another app

2008-10-30 Thread webcomm
Bump. There must be a way to do this, right? I have looked all over... the documentation seems to indicate that there is no way to do this in django, which is surprising, since this is a necessary part of so many programs. Is there really no way to populate a mutiselect with values from another

multiselect populated by another app

2008-10-27 Thread webcomm
Hi, I have created a simple categories app, and now I want to be able to categorize my articles, which are handled by a different app. I'd like to create a multiselect categories field in my articles admin that is populated by the category entries from my categories app. In my categories app, I