-
Notifications
You must be signed in to change notification settings - Fork 11
스폰서 API 프로덕션에 반영 #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
스폰서 API 프로덕션에 반영 #168
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
81b1827
Feat: 어드민 페이지에 후원사 등급 및 등급별 혜택 관리 페이지 추가
jungmir 58f36a4
Fix: 어드민 페이지에 보이는 설명 내용 수정
jungmir 2594cbd
Fix: id가 아닌 이름이 출력되도록 수정
jungmir 40b59dd
Update: 로고 노출 후원 혜택 표시를 위해 uncountable_offer 필드 추가
jungmir da46653
Update: 응답 데이터 필드 수정
jungmir 8901ecb
Fix: 후원 혜택 수량 null 허용
jungmir cc8c4e2
Merge pull request #165 from pythonkr/feature/sponsor-admin
jungmir 946be07
Fix: 해당 연도의 후원사 정보만 쿼리하도록 수정
jungmir 3a565ce
Merge pull request #166 from pythonkr/fix/sponsor-api-versioning
jungmir b7254e5
Fix: 잘못된 queryset 빌드로 인해 api가 정상 동작 하지 않는 이슈 수정
jungmir b24654a
setuptools 버전을 낮춤
MU-Software b6c38e2
Merge pull request #167 from pythonkr/fix/sponsor-queryset-error
jungmir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
setuptools 버전을 낮춤
- Loading branch information
commit b24654a455a2da66bf1ac6c8e08605632403c678
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,3 +22,4 @@ drf-spectacular==0.27.2 | |
| django-cors-headers==3.14.0 | ||
| requests==2.28.2 | ||
| django-picklefield==3.1 | ||
| setuptools==74.1.2 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.