#21185 closed Bug (fixed)
django.utils.text.unescape_entities has no tests
| Reported by: | Baptiste Mispelon | Owned by: | Baptiste Mispelon |
|---|---|---|---|
| Component: | Utilities | 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
This was reported by user brutasse on IRC.
Additionally, unescape_entities uses the builtin unichr which doesn't exists under python3 (it should be imported through six).
Note:
See TracTickets
for help on using tickets.
In 3754f4ad410640382f9fe25073da03009cdc2ea3: