diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-08 14:23:01 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-08 14:23:01 -0500 |
| commit | 1d85d057c3174a49b78379c6332abb89b754af10 (patch) | |
| tree | f4708b6861fa2ff35d7cad7e5bfb3e3673a6c7cd /docs/ref/models | |
| parent | 208d5c42e7d0f8ceea002542ba4b2eaa5dd6dca7 (diff) | |
[1.7.x] Fixed spelling mistakes in docs.
Diffstat (limited to 'docs/ref/models')
| -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 60072fdecc..7514e78334 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -608,7 +608,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): |
