recordtransfer.decorators - Function decorators
Custom decorators for the recordtransfer app.
- recordtransfer.decorators.validate_upload_access(view_func: Callable) Callable
Restricts access to views based on the current wizard step. Only allows POST requests during the UPLOAD_FILES step.