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

Prepared admin integration #12

Open
wants to merge 21 commits into
base: development
Choose a base branch
from
Open

Conversation

Mischback
Copy link
Owner

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.

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 added the enhancement New feature or request label May 12, 2018
@Mischback Mischback added this to the Release 1.0 milestone May 12, 2018
@Mischback Mischback self-assigned this May 12, 2018
@coveralls
Copy link

coveralls commented May 12, 2018

Pull Request Test Coverage Report for Build 85

  • 465 of 470 (98.94%) changed or added relevant lines in 8 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 99.415%

Changes Missing Coverage Covered Lines Changed/Added Lines %
auth_enhanced/admin.py 170 171 99.42%
tests/test_checks.py 37 41 90.24%
Files with Coverage Reduction New Missed Lines %
tests/test_commands.py 2 100.0%
Totals Coverage Status
Change from base Build 65: -0.2%
Covered Lines: 1457
Relevant Lines: 1462

💛 - Coveralls

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 this pull request may close these issues.

Django Admin Integration
2 participants