Opened 3 years ago
Closed 3 years ago
#33195 closed Cleanup/optimization (fixed)
Class-based urlize()
Reported by: | Claude Paroz | Owned by: | Claude Paroz |
---|---|---|---|
Component: | Utilities | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I had a use case for using a customized urlize() utility and was annoyed by monolithic implementation of the Django urlize() utility.
I'm suggesting a class-based implementation though a following patch.
Change History (4)
comment:1 by , 3 years ago
Has patch: | set |
---|
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 3 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR