djangoflash.decorators — Django-Flash decorators
This module provides decorators to simplify common tasks.
-
djangoflash.decorators.keep_messages(*keys)
- Prevents specific values from being removed during the processing of
the decorated view. If this decorator is used with no args, the entire
flash is preserved.