Changes between Initial Version and Version 1 of Ticket #30030, comment 3
- Timestamp:
- Dec 19, 2018, 4:25:40 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30030, comment 3
initial v1 1 The error message here has been unchanged since class-based views were first introduced in 0fcb09455729113f64a9873ca40bffd009b9bc5f #diff-e67e689265faab47842e64d6c8c564ddR40.1 The error message here has been unchanged since class-based views were first introduced in 0fcb09455729113f64a9873ca40bffd009b9bc5f for #6735. 2 2 3 3 The phrasing "generic detail view" captures not a specific view class but the group of all descendants of `SingleObjectMixin` (otherwise it would be `GenericDetailView`...) There are (I think) 11 of those. It reflects the `view.generic.detail` module naming. I think it's fine vs the proposed `that inherits from SingleObjectMixin` alteration.