티스토리 뷰
728x90
# reverse
queryset1 = reversed(Collection.objects.filter(pk__in = li))
queryset2 = Collection.objects.filter(pk__in = li).reverse()
queryset3 = Collection.objects.filter(pk__in = li)[::-1]
# desc
queryset = Collection.objects.filter(pk__in = li).order_by('-id')
# limit
queryset = Collection.objects.filter(pk__in = li)[:10]
https://stackoverflow.com/questions/31303327/reverse-queryset-order-in-django
https://stackoverflow.com/questions/6574003/django-limiting-query-results
https://stackoverflow.com/questions/5876998/reversing-a-list-using-slice-notation
https://django-orm-cookbook-ko.readthedocs.io/en/latest/asc_or_desc.html
728x90
'공부' 카테고리의 다른 글
[Github] set git pull upstream (fork repository) (0) | 2021.01.09 |
---|---|
[Python] ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (0) | 2021.01.09 |
[Python] import modules of parent (0) | 2021.01.09 |
[HDFS] check exists & zero file; check directory size (0) | 2021.01.08 |
[Pyspark] show all results (0) | 2021.01.08 |
댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 테슬라 리퍼럴 코드 혜택
- 팔로워 수 세기
- 테슬라 레퍼럴 적용 확인
- 테슬라 레퍼럴 코드 확인
- 책그림
- 모델y
- 어떻게 능력을 보여줄 것인가?
- 레퍼럴
- 테슬라 리퍼럴 코드 생성
- 메디파크 내과 전문의 의학박사 김영수
- COUNT
- 테슬라 추천
- 테슬라 리퍼럴 코드
- 연애학개론
- 김달
- follower
- wlw
- 클루지
- 테슬라 레퍼럴
- Bot
- 유투브
- 개리마커스
- 할인
- 테슬라
- Kluge
- 테슬라 크레딧 사용
- 모델 Y 레퍼럴
- 인스타그램
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함