Re: i'm having issues displaying parent.model.childmodel_set.all on my template

2018-05-03 Thread stanley oguazu
Yes all the data in ScrumyUser table displays -- 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-users+unsubscr...@googlegroups.com. To post to this group, s

Re: i'm having issues displaying parent.model.childmodel_set.all on my template

2018-05-03 Thread James Farris
If you add {{ my_users }} to your template do you get any output? If not, you’re query set has no results. On Thu, May 3, 2018 at 4:51 PM stanley oguazu wrote: > //My template is only displaying the parent table, and not displaying > child table > > You received this message because you are sub

i'm having issues displaying parent.model.childmodel_set.all on my template

2018-05-03 Thread stanley oguazu
//My template is only displaying the parent table, and not displaying child table