Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#27050 closed Bug (fixed)

Incorrect documentation for parameter to django.setup()

Reported by: Sunil Mohan Adapa Owned by: nobody
Component: Documentation Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Documentation for django.setup() describes set_script=True parameter. However, according to code the parameter name is set_prefix. Update the documentation to reflect the reality.

Change History (3)

comment:1 by Baptiste Mispelon, 8 years ago

Triage Stage: UnreviewedAccepted

Hi,

It seems like this mistake was introduced when the feature was merged: 7d81ee6efc385f7d4c1218639e4102c64495ba0f.

Thanks for spotting it.

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 6b83f61:

Fixed #27050 -- Corrected django.setup()'s parameter name in docs.

comment:3 by Tim Graham <timograham@…>, 8 years ago

In adca9eff:

[1.10.x] Fixed #27050 -- Corrected django.setup()'s parameter name in docs.

Backport of 6b83f61e72637326605614d8a8e9e0077040d994 from master

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