#33784 closed Bug (fixed)
Formats should not be escaped in admin calendar widget.
Reported by: | Mariusz Felisiak | Owned by: | Ankur Roy |
---|---|---|---|
Component: | contrib.admin | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Ankur Roy, David Wobrock | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Replacements were added in fa0653cd1d791a8bce835e8992cbeab6fd70d0e7 where we created a callback function by concatenating strings. It's unnecessary and buggy since d638cdc42acec608c1967f44af6be32a477c239f.
Change History (8)
follow-up: 3 comment:1 by , 2 years ago
comment:2 by , 2 years ago
Cc: | added |
---|
comment:4 by , 2 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:5 by , 2 years ago
Easy pickings: | set |
---|
Note:
See TracTickets
for help on using tickets.
Ankur, would you like to prepare a patch? and drop these replacements, e.g.
django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js