Django Get Related with Multiple Models

2014-10-19 Thread Ronaldo Bahia
Hi guys, I'm new in Django and don't know how to get related objects with multiple models. If anyone can help me with this, I'd appreciate. Here is the question in stackoverflow: http://stackoverflow.com/questions/26451588/django-get-related-with-multiple-models My code: #models.pyclass C

Django query in DetailView

2014-10-29 Thread Ronaldo Bahia
*This question is also in http://stackoverflow.com/questions/26635406/django-query-in-detailview I have DetailVIew wich returns a list of related objects (m2m throught). It works just fine! But I need to search for objects'names and it is returning all objects instead of only the related ones.