Changes between Initial Version and Version 1 of Ticket #30755, comment 7


Ignore:
Timestamp:
Sep 5, 2019, 12:41:54 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30755, comment 7

    initial v1  
    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?
     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?
    22
    33TBH, 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.
Back to Top