Opened 4 years ago
Closed 4 years ago
#31562 closed New feature (wontfix)
Namespacing in urls to look at default app name.
Reported by: | Ferdy | Owned by: | nobody |
---|---|---|---|
Component: | Core (URLs) | Version: | 3.0 |
Severity: | Normal | Keywords: | dry |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Why do I have to repeat the app name in the urls.py as app_name? In the spirit of DRY, I thought it would be useful to namespace urls by default using the name of the app (perhaps making url names also available with the short name if the short name is unique, to maintain some sort of backwards compatibility).
If there is good reason for the current behaviour, feel free to close.
Change History (1)
comment:1 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | Namespacing in urls to look at default app name → Namespacing in urls to look at default app name. |
Type: | Uncategorized → New feature |
Note:
See TracTickets
for help on using tickets.
Namespacing URL names is optional, you don't need to do this. Proposed "implicit" logic is backwards incompatible and would force all users to use namespaces.