Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20944 closed Bug (fixed)

Inaccurate description in View.dispatch() docs

Reported by: Marc Tamlyn Owned by: Marc Tamlyn
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The request, args and kwargs are no long set in dispatch()

Should be backported to 1.5.X and 1.6.X.

Change History (5)

comment:2 by Tim Graham, 11 years ago

Has patch: set
Triage Stage: UnreviewedAccepted
Version: master

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

Resolution: fixed
Status: newclosed

In bac4d03ce68eae7fe13f1891ecdc015817c6d1d8:

Fixed #20944 -- Removed inaccurate statement about View.dispatch().

comment:5 by Tim Graham <timograham@…>, 11 years ago

In 8d02c378ab78694991483bc3f0b01e2e89f73264:

[1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().

Backport of bac4d03ce6 from master

comment:4 by Tim Graham <timograham@…>, 11 years ago

In 3b32b1544f7d1ff885d2cd7f4c96a6e5025e4725:

[1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().

Backport of bac4d03ce6 from master

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