-
Recent Posts
Recent Comments
- Shawn on Install python PIL ( Python image Library ) on Ubuntu 11.10 Oneiric
- Régis Eduardo Weizenmann Gregol on How to login postgresql access psql from ubuntu user
- Gabriel on Setup Aptana For Python and Django Development with Checker, Tag, Linter
- Artur_G on How to reset postgres password in PostgreSQL Ubuntu 11.10 Oneiric
- django dev on Install python PIL ( Python image Library ) on Ubuntu 11.10 Oneiric
Archives
Categories
Meta
Tag Archives: filter related child models by parent django
Filter queryset child models related by parent models in Django
As I explained in “Django query get parent related models from the child models“, we can made query parent models from child models relationship. Now, we will doing filter queryset of child models by parent models value. Given models example … Continue reading →