티스토리 뷰

반응형

objects.filter() 에서 리스트를 사용하여 검색

 

여러개의 objects 를 하나의 필터로 검색하는 방법으로 filter 내에 리스트를 사용해서 한번에 검색할수 있다. 

 

 

자료 출처 : 

https://stackoverflow.com/questions/5956391/django-objects-filter-with-list

 

Django 'objects.filter()' with list?

It is possible to limiting QuerySet in this kind of way: creators_list = ['jane', 'tarzan', 'chita'] my_model.objects.filter(creator=creators_list) ???

stackoverflow.com

https://docs.djangoproject.com/en/3.0/ref/models/querysets/

 

QuerySet API reference | Django documentation | Django

Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate

docs.djangoproject.com

끝. 

 

댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함