Hi All,
I have a model where it can link to itself using ForeignKey('self'). This is so I can have parent and child objects.
I have called the parent and in the template I want to be able to access all the child objects.
I have been using the _set.all template command on the field but it returns no results.
Any ideas why this would happen? This is the first time I have used ForeignKey('self') so I am a bit clueless.
Thank you all
Jamie