Re: onetoone field and memory issue

2013-11-26 Thread John Carlo
great, now it works like a sharm Thank you very very much! 2013/11/26 James Bennett > > https://docs.djangoproject.com/en/1.6/ref/contrib/admin/#django.contrib.admin.ModelAdmin.raw_id_fields > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Dja

Re: onetoone field and memory issue

2013-11-26 Thread James Bennett
https://docs.djangoproject.com/en/1.6/ref/contrib/admin/#django.contrib.admin.ModelAdmin.raw_id_fields -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-use

onetoone field and memory issue

2013-11-26 Thread John Carlo
Hello everybody, I have a memory issue and I'm looking for some suggestions. I have the following model class Entity(models.Model): item= models.OneToOneField(Bigdata, blank = True,null=True) Bigdata is a table with 150.000+ items In the admin interface, when I try to add a new Entity