You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi! I am new in django, i want to get the table from one table also want the some content from another table. Can anybody tell me how it should be done?
My module class structure is as below
class A(models.Model):
name =models.CharField(max_length=100) content = models.CharField(max_length=100) B = models.ForeignKey(B)
class B(models.Model):
details =models.CharField(max_length=100)
i want to display the details from table A as name, content also wants to display details from table B.
Daniel Roseman
unread,
Jul 24, 2012, 4:39:06 AM7/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
What, exactly, are you having trouble with? What have you tried?
I see you also commented on a three-year-old post of mine answering a very similar question. What about that answer did not help you?