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

move manipluation of list_display and list_filter #1

Merged
merged 1 commit into from Sep 2, 2018
Merged

move manipluation of list_display and list_filter #1

merged 1 commit into from Sep 2, 2018

Conversation

adsworth
Copy link
Contributor

move the manipulation of list_display and list_filter to overridden get_list_*
methods. The ModelAdmin seems to get instantiated when executing management
commands and the user_count query throws an exception table doesn't exist if
the database hasn't been created. This means that it's not possible to actually
create the database.

move the manipulation of list_display and list_filter to overridden get_list_*
methods. The ModelAdmin seems to get instantiated when executing management
commands and the user_count query throws an exception table doesn't exist if
the database hasn't been created. This means that it's not possible to actually
create the database.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 110

  • 19 of 19 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 73.414%

Totals Coverage Status
Change from base Build 108: 0.0%
Covered Lines: 1386
Relevant Lines: 1791

💛 - Coveralls

@jedie
Copy link
Owner

jedie commented Sep 2, 2018

Sounds like a good idea! Thanks!

@jedie jedie merged commit 50ed2bb into jedie:master Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants