Changes between Initial Version and Version 1 of Ticket #30755, comment 7
- Timestamp:
- Sep 5, 2019, 12:41:54 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30755, comment 7
initial v1 1 > 1 > In the mean time, would you accept a patch pulling out the initkwargs validation from as_view into a helper method, to make it easier for me to override this behaviour in my projects? 2 2 3 3 TBH, I'd prefer that you override, do your extra validation and then call `super()`, rather than adding an additional hook, and all that goes with it.