Changes between Initial Version and Version 1 of Ticket #30312, comment 1
- Timestamp:
- 04/02/19 14:58:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30312, comment 1
initial v1 1 System checks are [https://docs.djangoproject.com/en/2.2/ref/settings#std:setting-SILENCED_SYSTEM_CHECKS designed to be silenced if not appropriate]. I'm inclined to think this just such an edge-case at first glance. 1 System checks are [https://docs.djangoproject.com/en/2.2/ref/settings#std:setting-SILENCED_SYSTEM_CHECKS designed to be silenced if not appropriate]. I'm inclined to think this just such an edge-case at first glance. 2 3 But OK, yes, I guess subclasses are as legitimate here as elsewhere, so accepting as a Cleanup/Optimisation.