Opened 18 years ago
Closed 18 years ago
#3109 closed defect (worksforme)
in Documentation, Uppercase of application are removed, and accessing models returns 404
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hello,
My application use Upplercase in its name (taskR), I can access the various class of my model from http://myserver/admin/doc/models/ but, when I'm in a object's model, the object task_set.all and task_set.count provide a link to http://myserver/admin/doc/models/taskr.task/ instead of http://myserver/admin/doc/models/taskR.task/, and Django returns a 404.
I opened this bug against admin, but not really sure as this bugs affects the documentation inside the admin.
Note:
See TracTickets
for help on using tickets.
Tried to replicate with recent trunk revision (4462). Url is indeed only lowercase, however the correct model is still returned (i.e. no 404). Seems to be no problem anymore. Closing as 'worksforme' - please re-open if there are corner cases in which it really won't work.