Changes between Initial Version and Version 1 of Ticket #29917, comment 7
- Timestamp:
- Nov 5, 2018, 4:49:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29917, comment 7
initial v1 28 28 If you can add a test case of this form that reproduces the issue, I'm happy to re-open and accept the issue if Django is at fault. 29 29 (I'm not yet convinced this is really a regression from #29711: it seems at best it'll have highlighted a latent bug, and since the warning can be silenced I'm not sure it'd justify blocking a release.) 30 31 **Update**: this doesn't fail because `delete_selected` is defined on AdminSite, not ModelAdmin. Test below is true case.