#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.
Note:
See TracTickets
for help on using tickets.
Hi,
It seems like this mistake was introduced when the feature was merged: 7d81ee6efc385f7d4c1218639e4102c64495ba0f.
Thanks for spotting it.