-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature/configurable profile inline #1572
base: master
Are you sure you want to change the base?
Feature/configurable profile inline #1572
Conversation
mezzanine/accounts/__init__.py
Outdated
@@ -75,6 +75,20 @@ def get_profile_form(): | |||
settings.ACCOUNTS_PROFILE_FORM_CLASS) | |||
|
|||
|
|||
def get_profile_inline_form(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find the name of this function misleading. It currently implies that a form class is returned, not an admin class. I suggest we rename it to get_profile_inline_admin()
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. Done
No description provided.