Merge pull request #183 from rpedigoni/master

Fixed typo in 1.5 release notes
This commit is contained in:
Adrian Holovaty 2012-07-06 12:45:05 -07:00
commit 70ac570157
1 changed files with 1 additions and 1 deletions

View File

@ -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()>`