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.

Previous topic

djangoflash.context_processors — Django-Flash context processors

Next topic

djangoflash.storage — Flash storage backends

This Page