fix UserCredential filters in django admin
Open
@mubbsharanwar is already working on this.
Since Jul 4, 2025.
good first issue
help wanted
- Dominant language
- Python
- Stars
- 25
- Forks
- 83
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 1
Description
the various sidebar filters in django admin no longer are working.
Steps to reproduce
- Go to: https://your_credentials_url/admin/credentials/usercredential/
- Click "Awarded" under "Filter By status" in the sidebar.
- Note that all revoked certs are still in there.
Acceptance criteria
- all of the various sidebar filters actually filter the page results
- the page doesn't load noticeably slower than it previously did
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.