summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-11-11 16:41:09 +0100
committerTim Graham <timograham@gmail.com>2014-11-11 16:41:09 +0100
commit40ba6f21bb5a728987da9a7055c74fa3c65da4db (patch)
treeecd4d52e0705514da640c89c34f4715bc41a4adf
parentb7a5b6ab8672daf907ba57e50edbed4cad596d4b (diff)
Fixed spelling errors in docs.
-rw-r--r--docs/releases/1.8.txt2
-rw-r--r--docs/spelling_wordlist1
-rw-r--r--docs/topics/forms/index.txt2
3 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index d5281243be..d3232d8235 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -653,7 +653,7 @@ drop-in replacement for the :func:`~django.shortcuts.render` function. However,
it had a slight incompatibility, in that for ``TemplateResponse``, context data
from the passed in context dictionary could be shadowed by context data returned
from context processors, whereas for ``render`` it was the other way
-around. This was a bug, and the behaviour of ``render`` is more appropriate,
+around. This was a bug, and the behavior of ``render`` is more appropriate,
since it allows the globally defined context processors to be overridden locally
in the view. If you were relying on the fact context data in a
``TemplateResponse`` could be overridden using a context processor, you will
diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist
index 46099e9c8e..5dc12d25b6 100644
--- a/docs/spelling_wordlist
+++ b/docs/spelling_wordlist
@@ -267,6 +267,7 @@ Honza
hostname
hostnames
howto
+hstore
html
http
https
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 473285d37e..4625bd3149 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -591,7 +591,7 @@ errors. For example, ``{{ form.non_field_errors }}`` would look like:
.. versionchanged:: 1.8
- The "nonfield" class as described in the example above was added.
+ The ``nonfield`` class as described in the example above was added.
See :doc:`/ref/forms/api` for more on errors, styling, and working with form
attributes in templates.