Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

patch.txt (673 bytes ) - added by Kenneth Kam 13 years ago.
Patch to fix error in docstring

Download all attachments as: .zip

Change History (2)

by Kenneth Kam, 13 years ago

Attachment: patch.txt added

Patch to fix error in docstring

comment:1 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

In [16790]:

Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch.

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