Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12825 closed (fixed)

Missing space in assertFormError error message

Reported by: Tim Graham Owned by: nobody
Component: Testing framework Version: dev
Severity: Keywords: typo
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

from django/test/testcases.py, introduced in [12273]

"Response did not use any contexts torender the response"

Attachments (1)

12825.diff (546 bytes ) - added by Tim Graham 14 years ago.

Download all attachments as: .zip

Change History (4)

by Tim Graham, 14 years ago

Attachment: 12825.diff added

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [12417]) Fixed #12825 -- Corrected a missing space in a test case error message. Thanks to timo for the report.

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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