Opened 17 years ago
Closed 17 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)
Change History (3)
by , 17 years ago
| Attachment: | fix-9002-tests.diff added |
|---|
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [9046]) Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratorius