Being able to do something like this would be great: ```python thingy.view(exclude="foo") ``` That would allow to use the view system for one shots, without having to declare a "reusable" view each time.
Being able to do something like this would be great:
That would allow to use the view system for one shots, without having to declare a "reusable" view each time.