mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed spelling errors in docs.
This commit is contained in:
parent
1e64a1e7b1
commit
349471eeb9
3 changed files with 5 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue