summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-11 13:24:13 -0500
committerTim Graham <timograham@gmail.com>2015-01-11 13:24:13 -0500
commit28de5cd4de3ddacf67af40c6b31d4fefd85f31f8 (patch)
tree62b01130b9c882d2b3b827e7c5d74d193268f8fd /docs/ref
parentbe158e36251df0b07556657da47cdaf10913c57a (diff)
Fixed spelling errors in docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/postgres/fields.txt2
-rw-r--r--docs/ref/templates/upgrading.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index f4fae93da0..a06cefd162 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -651,7 +651,7 @@ types.
.. attribute:: form_field
- The form field class to use. Should be a sublcass of
+ The form field class to use. Should be a subclass of
:class:`django.contrib.postgres.forms.BaseRangeField`.
.. class:: django.contrib.postgres.forms.BaseRangeField
diff --git a/docs/ref/templates/upgrading.txt b/docs/ref/templates/upgrading.txt
index e47b3fc3e7..ca336e016d 100644
--- a/docs/ref/templates/upgrading.txt
+++ b/docs/ref/templates/upgrading.txt
@@ -162,7 +162,7 @@ This will load the template with the current engine without triggering the
multiple template engines machinery, which is usually the desired behavior.
Unlike previous solutions, this returns a :class:`django.template.Template`,
like :func:`~django.template.loader.get_template` used to in Django 1.7 and
-earlier, avoiding all backwards-compatibilty problems.
+earlier, avoiding all backwards-compatibility problems.
``get_template_from_string()``
------------------------------