summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2012-07-06 12:45:05 -0700
committerAdrian Holovaty <adrian@holovaty.com>2012-07-06 12:45:05 -0700
commit70ac5701577379ef33402ccd0b2a302145ddb56f (patch)
tree12cfe4b611e22b03af7fb64873039396b9f2419a
parent4e8084a4cb67c42c64c279408bc46bdeb82f6ccc (diff)
parent3caf53524c5285f1a057e00fc6549cde0ca67dda (diff)
Merge pull request #183 from rpedigoni/master
Fixed typo in 1.5 release notes
-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()>`