#21101 closed Cleanup/optimization (fixed)
Include email in urlize template filter documentation
| Reported by: | Goetz | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | template, filter, urlize, email |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
I only found out after looking into https://github.com/django/django/blob/master/django/utils/html.py that urlize (https://docs.djangoproject.com/en/dev/ref/templates/builtins/#urlize) does also create "mailto:" links. I think this is something that should be included in the documentation.
Change History (6)
comment:1 by , 12 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 12 years ago
Sure, I will have a look and expand the current documentation. I will submit my edits directly via Github, that seems to be the standard way to submit patches.
comment:3 by , 12 years ago
I changed the relevant file and created a pull request on Github: https://github.com/django/django/pull/1629
comment:4 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
If you would like to submit a patch, I'll be happy to review and commit it.