diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-28 10:15:52 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-28 10:15:52 -0400 |
| commit | 349471eeb9a4db2f5d8e95cb6555e7b3f2c94e3f (patch) | |
| tree | df90b427bc9a2ea7d5b7b86efafaf45a5a47a9bc /docs/ref | |
| parent | 1e64a1e7b11490b203f4f12b41da63a3e2d4e410 (diff) | |
Fixed spelling errors in docs.
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): |
