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

Fix false positive ModelAdmin.list_display_links=None #964

Merged
merged 2 commits into from
May 25, 2022

Conversation

AllexVeldman
Copy link
Contributor

list_display_links can be set to None to not generate any links in the list display.

https://docs.djangoproject.com/en/4.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display_links

closes #963

@sobolevn sobolevn merged commit fc6fae1 into typeddjango:master May 25, 2022
@AllexVeldman AllexVeldman deleted the fix/list_display_links-none branch May 30, 2022 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

False positive: list_display_links can be None
2 participants