Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

fix_model_form_doctest_with_dict_literal.diff (818 bytes ) - added by Leo Soto M. 15 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Karen Tracey, 15 years ago

Resolution: fixed
Status: newclosed

(In [9782]) Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and patch leosoto.

comment:2 by Karen Tracey, 15 years ago

(In [9784]) [1.0.X] Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and patch leosoto.

r9782 from trunk.

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