From 349471eeb9a4db2f5d8e95cb6555e7b3f2c94e3f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 28 Oct 2014 10:15:52 -0400 Subject: Fixed spelling errors in docs. --- docs/ref/models/instances.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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): -- cgit v1.3