#28239 closed Bug (fixed)
incorrect django.template.Context documentation since 1.10
Reported by: | fp4code | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The argument current_app was removed from django.template.Context constructor two years ago in version 1.10: https://github.com/django/django/commit/5e450c52aafb62b9d83c8ac08892e0b92cbec4aa
However documentation file docs/ref/templates/api.txt was not fully updated, saying "The constructor takes two optional arguments:", and "The name of the current application..."
Note:
See TracTickets
for help on using tickets.
In 0ea32119: