Hello,
i have 3 classes.
class Image(models.Model):
name = models.CharField(max_length = 20,blank=True)
instrument = models.ForeignKey(Instrument,null=True,blank=
True,db_column='instrument_id')
channel = models.ForeignKey(Channel,null=True,blank=
True,db_column='channel_id'
Hello,
i'm trying to understand how the method "select_related" works and it
doesn't seems to...
Does someone could explain to me how to make it work?
several examples on the net show that it doesn't...
help needed please
thanks in advance
Greg
--~--~-~--~~~---~--~
Hi everybody,
I want to know if another congress, worshop or meeting about django is
scheduled for the future?
Greg
Astrophysic Institute of Paris
98bis Boulevard Arago
75014 Paris
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t