728x90
Paper.objects.filter(paper_contractors__profile__user=self.request.user, **filters).prefetch_related('author')
연관된 필드명 입력을 해주시면됩니다.
나중에 N+1이 뭔지 좀 더 이야기해보도록할게요~
728x90
'IT' 카테고리의 다른 글
구글 / 네이버 색인요청, 검색노출 (0) | 2021.02.25 |
---|---|
gitbash prompt 스타일 설정. (0) | 2021.02.08 |
django 장고 마이그레이션 후에 같은 마이그레이션 파일이 생기는 경우, (0) | 2020.12.03 |
vscode vue eslint turn off of all files 전체 파일 끄는법 (0) | 2020.12.01 |
django-multiselectfield post request (0) | 2020.12.01 |