Add admin search and links for remote repositories#12904
Closed
ericholscher wants to merge 1 commit intomainfrom
Closed
Add admin search and links for remote repositories#12904ericholscher wants to merge 1 commit intomainfrom
ericholscher wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This improves the Django admin workflow around remote repository objects and their user relationships.
Admins can now find remote repositories by linked project name or slug, open a remote repository record and jump straight to its filtered relation records, and search remote repository relations by either the repository details or the linked project. This addresses the inspection gaps described in #8074.
Validation:
/Users/eric/projects/readthedocs.org/.venv/bin/pytest --reuse-db --ds=readthedocs.settings.test readthedocs/oauth/tests/test_admin.pyFixes #8074
Generated by Copilot.