diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-06-15 09:44:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-15 09:44:08 +0200 |
| commit | a16080810bee8b3baf9ae7ac7b8433cb7b293e00 (patch) | |
| tree | 2bc6e544658bbda8fbb5c267d6bf3c9c5daf60ac /docs/ref/class-based-views | |
| parent | 3d664a158de18acf72fc8e0671f0f390cbca4b2e (diff) | |
Fixed #31696 -- Updated OWASP links in docs.
Diffstat (limited to 'docs/ref/class-based-views')
| -rw-r--r-- | docs/ref/class-based-views/mixins-single-object.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/mixins-single-object.txt b/docs/ref/class-based-views/mixins-single-object.txt index 4fb33f6ce8..1378e10823 100644 --- a/docs/ref/class-based-views/mixins-single-object.txt +++ b/docs/ref/class-based-views/mixins-single-object.txt @@ -66,7 +66,7 @@ Single object mixins non-sequential arguments. Using a unique slug may serve the same purpose, but this scheme allows you to have non-unique slugs. - .. _insecure direct object reference: https://www.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References + .. _insecure direct object reference: https://wiki.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References .. method:: get_object(queryset=None) |
