Hi,

google for raw_id_fields

Leonel Nunez schrieb:
> Hello :
> 
> I have this  model :
> 
> class Rel(models.Model):
>       n = models.ForeignKey(MASTER)
>       r = models.ForeignKey(MASTER,null=True,related_name='child_set',
>  blank=True)
> 
> 
> But in the admin gets too slow since this model tries to fill the SELECTs
> with all the posible values and the  MASTER table is BIG .
> 
> Is there a way to make this faster ??
> 
> Thank you


-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to