#10103 closed (fixed)
model_forms doctest uses dict literals
| Reported by: | Leo Soto M. | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | 1.0 |
| Severity: | Keywords: | jython | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Like #8067, this makes the test fail on Jython (and maybe on another alternative implementations)
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | fix_model_form_doctest_with_dict_literal.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [9782]) Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and patch leosoto.