Re: Limiting the entry that loaded in django admin.

2012-12-04 Thread bolang
On 12/04/2012 12:08 PM, Chris Cogdon wrote: raw_id_fields is the first step. also look at django-ajax-selects, which gives you a lot of interesting abilities.] Thanks Chris for the tips. Will try it! On Monday, December 3, 2012 8:13:02 PM UTC-8, Bo Lang wrote: Hi all, need some in

Re: Limiting the entry that loaded in django admin.

2012-12-03 Thread bolang
On 12/04/2012 11:24 AM, Andrew Macgregor wrote: Try using raw_id_fields: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.raw_id_fields Cheers, Andrew. It works! Thanks Andrew, -- You received this message because you are subscribed to the Google Grou

Re: Limiting the entry that loaded in django admin.

2012-12-03 Thread Chris Cogdon
raw_id_fields is the first step. also look at django-ajax-selects, which gives you a lot of interesting abilities. On Monday, December 3, 2012 8:13:02 PM UTC-8, Bo Lang wrote: > > Hi all, > need some input here. > > I have a site with > 15000 images, using django photologue. > > When we creat

Re: Limiting the entry that loaded in django admin.

2012-12-03 Thread Andrew Macgregor
On 04/12/2012, at 12:13 PM, bolang wrote: > Hi all, > need some input here. > > I have a site with > 15000 images, using django photologue. > > When we create a Post (that has Images field in it) from django admin, > all of the images will be loaded in a dropdown. > > Before this, it was not c