diff options
| author | Zsolt Ero <zsolt.ero@gmail.com> | 2016-01-27 02:24:19 +0100 |
|---|---|---|
| committer | Zsolt Ero <zsolt.ero@gmail.com> | 2016-01-27 02:24:19 +0100 |
| commit | ef01de3970ecaabc7fbabbbd461adcada2997254 (patch) | |
| tree | f79d49331a3038cf06d9b8c10e56c443f472aa6c | |
| parent | 802c3f69b29a4c3ba2af68f0265372dce08e5bcc (diff) | |
| download | pyramid-ef01de3970ecaabc7fbabbbd461adcada2997254.tar.gz pyramid-ef01de3970ecaabc7fbabbbd461adcada2997254.tar.bz2 pyramid-ef01de3970ecaabc7fbabbbd461adcada2997254.zip | |
check_csrf vs. csrf_token in view_config docs
| -rw-r--r-- | pyramid/view.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/view.py b/pyramid/view.py index 2867e3d6f..7e8996ca4 100644 --- a/pyramid/view.py +++ b/pyramid/view.py @@ -165,7 +165,7 @@ class view_config(object): ``request_type``, ``route_name``, ``request_method``, ``request_param``, ``containment``, ``xhr``, ``accept``, ``header``, ``path_info``, ``custom_predicates``, ``decorator``, ``mapper``, ``http_cache``, - ``match_param``, ``csrf_token``, ``physical_path``, and ``predicates``. + ``match_param``, ``check_csrf``, ``physical_path``, and ``predicates``. The meanings of these arguments are the same as the arguments passed to :meth:`pyramid.config.Configurator.add_view`. If any argument is left |
