Opened 8 years ago
Closed 8 years ago
#25058 closed Bug (fixed)
GenericRelation with related_query_name related instances not shown on delete confirmation page
Reported by: | Federico Jaramillo Martínez | Owned by: | Sarthak Mehrish |
---|---|---|---|
Component: | contrib.admin | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
When deleting an object with a GenericRelation and related_query_name, the related instances are not shown on the confirmation page.
Instances are actually deleted and the confirmation page show the correct count of related instances to be deleted.
Related to #24940, which fixes an issue where it wasn't possible to delete the instances.
Attachments (1)
Change History (8)
Changed 8 years ago by
Attachment: | Screen Shot 2015-07-03 at 7.31.41.png added |
---|
comment:1 Changed 8 years ago by
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Bug |
comment:2 Changed 8 years ago by
Owner: | changed from nobody to Anderson Resende |
---|---|
Status: | new → assigned |
comment:3 Changed 8 years ago by
Owner: | changed from Anderson Resende to Sarthak Mehrish |
---|
comment:5 Changed 8 years ago by
Needs tests: | set |
---|
comment:6 Changed 8 years ago by
Needs tests: | unset |
---|
Note: See
TracTickets for help on using
tickets.
I can reproduce the issue. For the regression test, we should be able to make some additions to the test added in d3d66d47222dd8765a20a15fdc754c0ed7635404.