Opened 16 years ago
Closed 16 years ago
#7409 closed (duplicate)
Characters '/' and ':' cause issues when used within a field as the primary key.
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | 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
When a CharField is used as the primary key and the value contains the characters '/' or ':' Django admin interface gets confused when adding a record and issues a 404 error.
Note:
See TracTickets
for help on using tickets.
Duplicate of #5041/#5490, depending on the branch in use. #5041 was closed wontfix due to concentrating effort on newforms-admin; #5490 is a blocker on merging newforms admin.