summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Pedigoni <renatopedigoni@gmail.com>2012-07-04 18:34:55 -0300
committerRenato Pedigoni <renatopedigoni@gmail.com>2012-07-04 18:34:55 -0300
commit3caf53524c5285f1a057e00fc6549cde0ca67dda (patch)
tree0ab1d268a80f4993ac1c8829aec675eca7f329fa
parenta222d6e80029de772a291e18460d96dcfbd23570 (diff)
fixed typo
-rw-r--r--docs/releases/1.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index 4544be0eac..944f19f03b 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -70,7 +70,7 @@ To make it easier to deal with javascript templates which collide with Django's
syntax, you can now use the :ttag:`verbatim` block tag to avoid parsing the
tag's content.
-Retreival of ``ContentType`` instances associated with proxy models
+Retrieval of ``ContentType`` instances associated with proxy models
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The methods :meth:`ContentTypeManager.get_for_model() <django.contrib.contenttypes.models.ContentTypeManager.get_for_model()>`