Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Tim Graham, 11 years ago

Triage Stage: UnreviewedAccepted

If you would like to submit a patch, I'll be happy to review and commit it.

comment:2 by Goetz, 11 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 Goetz, 11 years ago

I changed the relevant file and created a pull request on Github: https://github.com/django/django/pull/1629

comment:4 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 39b49fd33970720b973498d2c8275ced129d3a7a:

Fixed #21101 -- Updated urlize documentation to mention email addresses

comment:5 by Tim Graham <timograham@…>, 11 years ago

In dbc2e8eb73ca15fd3f2b9c5ddfa69651330bcead:

[1.5.x] Fixed #21101 -- Updated urlize documentation to mention email addresses

Backport of 39b49fd339 from master

comment:6 by Tim Graham <timograham@…>, 11 years ago

In 097fb98f81b9d9dd3faac45f5b93d620098041bc:

[1.6.x] Fixed #21101 -- Updated urlize documentation to mention email addresses

Backport of 39b49fd339 from master

Note: See TracTickets for help on using tickets.
Back to Top