#18718 closed Cleanup/optimization (fixed)
django.utils.encoding.filepath_to_uri is undocumented
Reported by: | Aymeric Augustin | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It's the only undocumented function in the module, this appears to be an omission rather than a choice.
Does anyone know if this function is supposed to be private?
Otherwise I'll just copy the docstring in the docs.
Change History (4)
comment:1 by , 12 years ago
Version: | 1.4 → master |
---|
comment:2 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Method was added in #15181, looks like you can ask Russ if you want to be sure.