feat: Django Allauth 어드민 추가 및 AdminList/AdminEditor 사용성 개선#64
Open
MU-Software wants to merge 6 commits into
Open
feat: Django Allauth 어드민 추가 및 AdminList/AdminEditor 사용성 개선#64MU-Software wants to merge 6 commits into
AdminList/AdminEditor 사용성 개선#64MU-Software wants to merge 6 commits into
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Django Allauth의 SocialApp / SocialAccount / EmailAddress 관리 페이지를 추가하면서,
대량 FK choices 대응·페이지네이션·필터 입력 타입 등 AdminList/AdminEditor의 범용 사용성 개선을 함께 진행.
Allauth 어드민
/allauth/social-app(CRUD),/allauth/social-account(read/delete),/allauth/email-address(CRUD) 라우트 추가hidingFields+beforeSubmit로 nested 필드 충돌 회피)AdminEditor 개선
Autocomplete위젯으로 교체.oneOf대신formContext로 전달해 AJV의 N×if 컴파일로 인한 freeze 회피fieldLinksprop: read-only 필드 값에 다른 리소스 editor로 가는 링크 부여ReadOnlyValueField가 object 값을 JSON으로 직렬화하도록 수정 (extra_data 등 렌더 오류 해소)AdminList 개선
filterChoicesFromprop: 다른 리소스의 choices를 빌려와 필터에 적용Autocomplete(FK),datetime-local/date(date 필드), 체크박스+스위치 (boolean 3-state)date_joined_after/_before→ "date_joined",user/user_email/user_username→ "user"