#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)
Change History (4)
by , 15 years ago
Attachment: | 12825.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12417]) Fixed #12825 -- Corrected a missing space in a test case error message. Thanks to timo for the report.