Skip to content
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

Django Admin Integration #4

Open
9 tasks done
Mischback opened this issue Apr 16, 2018 · 2 comments · May be fixed by #12
Open
9 tasks done

Django Admin Integration #4

Mischback opened this issue Apr 16, 2018 · 2 comments · May be fixed by #12
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Mischback
Copy link
Owner

Mischback commented Apr 16, 2018

Substitute the default Admin Class for User objects

Brainstorming of features

@Mischback Mischback added the enhancement New feature or request label Apr 16, 2018
@Mischback Mischback added this to the Release 1.0 milestone Apr 16, 2018
@Mischback
Copy link
Owner Author

Mischback commented Apr 16, 2018

Probable Implementation:

  • subclass django.contrib.auth.admin.UserAdmin and add the enhancements
  • use django.contrib.admin.sites.AdminSite.unregister(User) to remove the (probably already registered) UserAdmin and then re-register the new, subclassed and enhanced class with django.contrib.admin.sites.AdminSite.register(User, NewAndShinyUserAdmin)

@Mischback
Copy link
Owner Author

Enhance the default admin class for User objects.

@Mischback Mischback mentioned this issue Apr 24, 2018
8 tasks
@Mischback Mischback self-assigned this May 11, 2018
Mischback added a commit that referenced this issue May 12, 2018
This is basically the start of the development of admin-related functions
of django-auth_enhanced.

Development will be split between modifications of the list-view inside
Django's admin backend and the actual detail view of a single User
object.

However, this will be the branch that represents the pull request that
is going to close #4.
@Mischback Mischback linked a pull request May 12, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant