mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
fixed typo
This commit is contained in:
parent
a222d6e800
commit
3caf53524c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
syntax, you can now use the :ttag:`verbatim` block tag to avoid parsing the
|
||||||
tag's content.
|
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()>`
|
The methods :meth:`ContentTypeManager.get_for_model() <django.contrib.contenttypes.models.ContentTypeManager.get_for_model()>`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue