Re: admin generated form, change dropdown with selction from popup menu

2014-06-25 Thread Derek
Yes, you will need to use a third-party app such as django-selectable (http://django-selectable.readthedocs.org/en/v0.8.X/admin.html) On Wednesday, 25 June 2014 07:43:16 UTC+2, Aeh. ABID wrote: > > Is there a way to display a field value other than id in the textbox > > On Wednesday, June 25, 201

Re: admin generated form, change dropdown with selction from popup menu

2014-06-24 Thread Aeh. ABID
Is there a way to display a field value other than id in the textbox On Wednesday, June 25, 2014 6:11:27 AM UTC+1, Aeh. ABID wrote: > > When dropdown could hold a pretty long list which may slowdown the page > load, how can I override the drop-down menu in the change-form to a > "read-only input

Re: admin generated form, change dropdown with selction from popup menu

2014-06-24 Thread Aeh. ABID
Just found the answer here: https://groups.google.com/forum/#!topic/django-users/zjdbX5ipRqY http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.raw_id_fields

admin generated form, change dropdown with selction from popup menu

2014-06-24 Thread Aeh. ABID
When dropdown could hold a pretty long list which may slowdown the page load, how can I override the drop-down menu in the change-form to a "read-only input" that can be filled with value from popup window. -- You received this message because you are subscribed to the Google Groups "Django us