Fixed spelling errors in docs.
This commit is contained in:
parent
1e64a1e7b1
commit
349471eeb9
|
@ -489,8 +489,8 @@ Daniele Procida
|
||||||
|
|
||||||
`Curtis Maloney`_
|
`Curtis Maloney`_
|
||||||
Curtis is a self-taught programmer from Melbourne, Australia, who eschews
|
Curtis is a self-taught programmer from Melbourne, Australia, who eschews
|
||||||
specialisation. Upon finding Django when it was first open sourced, he
|
specialization. Upon finding Django when it was first open sourced, he
|
||||||
realised it was possible to enjoy web development.
|
realized it was possible to enjoy web development.
|
||||||
|
|
||||||
He spends a lot of time helping people on the #django IRC channel, and has
|
He spends a lot of time helping people on the #django IRC channel, and has
|
||||||
authored and released a number of `smaller django apps`_.
|
authored and released a number of `smaller django apps`_.
|
||||||
|
|
|
@ -662,7 +662,7 @@ URL, you should define ``get_absolute_url()``.
|
||||||
|
|
||||||
.. warning::
|
.. 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::
|
reduce possibilities of link or redirect poisoning::
|
||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
|
|
|
@ -355,6 +355,7 @@ Loïc
|
||||||
lorem
|
lorem
|
||||||
lt
|
lt
|
||||||
lte
|
lte
|
||||||
|
Luhn
|
||||||
Magee
|
Magee
|
||||||
makemessages
|
makemessages
|
||||||
makemigrations
|
makemigrations
|
||||||
|
@ -396,6 +397,7 @@ myapp
|
||||||
myproject
|
myproject
|
||||||
mysite
|
mysite
|
||||||
mysql
|
mysql
|
||||||
|
mysqlclient
|
||||||
naïve
|
naïve
|
||||||
namespace
|
namespace
|
||||||
namespaced
|
namespaced
|
||||||
|
|
Loading…
Reference in New Issue