Lelzin λ
Lelzin λ
Or an alternative using `&` and `|`: ```python excludes: Callable = ( ( # Just if model is Phone or Address. JustForModel(Phone, Address) # And & ( # Exclude fields...
although this takes away the flexibility of being able to choose different filters when needed, for example, perhaps there is also the scenario where the dump must be run without...
I also agree, but that means I would always be stuck with the same excludes, so if I want a dump with other excludes it won't be possible. Like for...