Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvielle Wolfe <awolfe@gitlab.com>2019-09-10 05:38:31 +0300
committerAvielle Wolfe <awolfe@gitlab.com>2019-09-13 01:46:49 +0300
commitd73e9f15aab3a0076ea94a2ca6b3016a145b40e9 (patch)
treef1e185a3b5ff2542cd25da16e9fb66ee1017455f
parenta9b33f625dbb2a7c1c0c172fe3b2e35747dfbaa3 (diff)
Use current version of Django in example
Much better
-rw-r--r--doc/user/application_security/dast/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md
index fb27ca61326..309616b4306 100644
--- a/doc/user/application_security/dast/index.md
+++ b/doc/user/application_security/dast/index.md
@@ -154,7 +154,7 @@ class DastWebsiteTargetController < ActionController::Base
end
```
-##### [Django](https://docs.djangoproject.com/en/1.10/ref/request-response/#setting-header-fields)
+##### [Django](https://docs.djangoproject.com/en/2.2/ref/request-response/#setting-header-fields)
```python
class DastWebsiteTargetView(View):