728x90
class Meta:
unique_together = 'tr_id', 'pin_id'
이렇게 unique_together에 값을 추가하면 tr_id와 pin_id의 동일한 조합이 존재 할 수 없도록 설정합니다
'Django > orm' 카테고리의 다른 글
Django date range (0) | 2024.02.01 |
---|---|
F() (0) | 2024.01.24 |
len() vs count() (0) | 2024.01.19 |
두 가지 조건을 exclude 시 and 연산 (0) | 2024.01.17 |
검색 기능 splite기능 annotate만들어서 사용 (2) | 2024.01.02 |