Opened 17 years ago

Closed 17 years ago

#4401 closed (fixed)

direct_to_template docs do not mention mimetype

Reported by: Forest Bond <forest@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

mimetype was added to django.views.generic.simple.direct_to_template in #4983, but the docs have not been updated to reflect this.

Attachments (1)

4401.diff (468 bytes ) - added by Marc Fargas <telenieko@…> 17 years ago.
docs

Download all attachments as: .zip

Change History (6)

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Marc Fargas <telenieko@…>, 17 years ago

You meant [4983] right? ;)

by Marc Fargas <telenieko@…>, 17 years ago

Attachment: 4401.diff added

docs

comment:3 by Marc Fargas <telenieko@…>, 17 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

marking "Ready for checkin" as it's a small docs change that (I hope) does not need a triager's time to check :))

in reply to:  2 comment:4 by anonymous, 17 years ago

Replying to Marc Fargas <telenieko@telenieko.com>:

You meant [4983] right? ;)

Yes, thanks :)

comment:5 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5406]) Fixed #4401 -- Added documentation about mimetype parameter to
direct_to_template generic view. Thanks, Forest Bond and Marc Fargas.

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