Opened 18 years ago
Closed 18 years ago
#5427 closed (fixed)
[newforms-admin] Invalid prepopulate_from test in invalid models test
| Reported by: | mcroydon | Owned by: | jkokerhans |
|---|---|---|---|
| Component: | Testing framework | Version: | newforms-admin |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The invalid models test still has references to prepopulate_from which erroneously cause the test to fail. Removing the field and expected error makes all tests pass on [6122].
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | invalid_models.diff added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Added invalid model patch