mirror of https://github.com/django/django.git
Fixed a couple of markup errors in the documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a011a49457
commit
e0a09b7dac
|
@ -7,9 +7,9 @@ Model instance reference
|
||||||
.. currentmodule:: django.db.models
|
.. currentmodule:: django.db.models
|
||||||
|
|
||||||
This document describes the details of the ``Model`` API. It builds on the
|
This document describes the details of the ``Model`` API. It builds on the
|
||||||
material presented in the :ref:`model <topics-db-models>` and `database query
|
material presented in the :ref:`model <topics-db-models>` and :ref:`database
|
||||||
<topics-db-queries>` guides, so you'll probably want to read and understand
|
query <topics-db-queries>` guides, so you'll probably want to read and
|
||||||
those documents before reading this one.
|
understand those documents before reading this one.
|
||||||
|
|
||||||
Throughout this reference we'll use the :ref:`example weblog models
|
Throughout this reference we'll use the :ref:`example weblog models
|
||||||
<queryset-model-example>` presented in the :ref:`database query guide
|
<queryset-model-example>` presented in the :ref:`database query guide
|
||||||
|
@ -294,7 +294,7 @@ in the URLConf file and in the model.
|
||||||
You can further decouple your models from the URLconf using the ``permalink``
|
You can further decouple your models from the URLconf using the ``permalink``
|
||||||
decorator:
|
decorator:
|
||||||
|
|
||||||
.. function:: django.db.models.permalink()
|
.. function:: permalink()
|
||||||
|
|
||||||
This decorator is passed the view function, a list of positional parameters and
|
This decorator is passed the view function, a list of positional parameters and
|
||||||
(optionally) a dictionary of named parameters. Django then works out the correct
|
(optionally) a dictionary of named parameters. Django then works out the correct
|
||||||
|
|
Loading…
Reference in New Issue