diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/instances.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index aa38081074..de0c25f831 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -662,7 +662,7 @@ URL, you should define ``get_absolute_url()``. .. warning:: - You should avoid building the URL from un-validated user input, in order to + You should avoid building the URL from unvalidated user input, in order to reduce possibilities of link or redirect poisoning:: def get_absolute_url(self): |
