diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-02-01 21:10:34 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-02-01 23:41:06 -0300 |
| commit | 923b0de962ee863b27756fe916b00a7c40d7f2fe (patch) | |
| tree | 7bf2d66d7118f13fcce86e1c2c75ef9c34dcdc8c /docs/ref | |
| parent | a22480797d8b4992f92854624dbf4ac328cbf765 (diff) | |
[1.5.x] Fixed content types contrib app doc typos.
1ee40f2 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index 282e350a64..34a2fd7f78 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -182,7 +182,7 @@ The ``ContentTypeManager`` Clears an internal cache used by :class:`~django.contrib.contenttypes.models.ContentType` to keep track - of which models for which it has created + of models for which it has created :class:`~django.contrib.contenttypes.models.ContentType` instances. You probably won't ever need to call this method yourself; Django will call it automatically when it's needed. @@ -239,11 +239,11 @@ Prior to Django 1.5, :meth:`~django.contrib.contenttypes.models.ContentTypeManager.get_for_models` always returned the :class:`~django.contrib.contenttypes.models.ContentType` associated with the concrete model of the specified one(s). That means there -was no way to retreive the +was no way to retrieve the :class:`~django.contrib.contenttypes.models.ContentType` of a proxy model using those methods. As of Django 1.5 you can now pass a boolean flag – ``for_concrete_model`` and ``for_concrete_models`` respectively – to specify -wether or not you want to retreive the +wether or not you want to retrieve the :class:`~django.contrib.contenttypes.models.ContentType` for the concrete or direct model. |
