#16810 closed Uncategorized (fixed)
Docstring mistake in django.core.handlers.base.get_script_name()
| Reported by: | Kenneth Kam | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | Version: | 1.3 |
| Severity: | Normal | Keywords: | documentation, docstring |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The get_script_name() function in django.core.handlers.base has a small error in its docstring. It says DJANGO_USE_POST_REWRITE when what it means is FORCE_SCRIPT_NAME.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch to fix error in docstring