jsocol / jsocol/django-adminplus
Hide parameterized URLs
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 602
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
If a URL contains parameters, don't auto-show it.
I would think just looking for '(' in the URL would be enough.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by finding the URL auto-display logic in this Django admin extension and reproduce the behavior with a URL containing parameters. Done means parameterized URLs are not automatically shown, while URLs without parameters retain their existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100