Small formatting tweak to generated model examples

git-svn-id: http://code.djangoproject.com/svn/django/trunk@353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-29 23:42:15 +00:00
parent b7643d009e
commit 716d00a314
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ MODEL_DOC_TEMPLATE = """
{% for model in models %}
<h3>{{ model.name }} objects have the following methods:</h3>
<ul>
{% for method in model.methods %}<li><span class="pre">{{ method }}()</span></li>
{% for method in model.methods %}<li><tt class="docutils literal"><span class="pre">{{ method }}()</span></tt></li>
{% endfor %}</ul>
{% endfor %}