I am new to Django and I want to query a list inside of an object. I have a list of Batches and each batch has a BatchComment list. Both of them ha
Batch
BatchComment