Opened 16 years ago

Closed 16 years ago

#9073 closed (fixed)

[9002] broke modeladmin tests

Reported by: Ivan Giuliani Owned by: Ivan Giuliani
Component: Testing framework Version: 1.0
Severity: Keywords: modeladmin, admin, validationerror
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

[9002] fixed a wrong error message being thrown when admin prepopulated_fields referred to a field that does not exist. However the tests has not been changed to reflect this. Attached patch fixes this issue.

Attachments (1)

fix-9002-tests.diff (818 bytes ) - added by Ivan Giuliani 16 years ago.

Download all attachments as: .zip

Change History (3)

by Ivan Giuliani, 16 years ago

Attachment: fix-9002-tests.diff added

comment:1 by Ivan Giuliani, 16 years ago

Owner: changed from nobody to Ivan Giuliani

comment:2 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [9046]) Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratorius

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