diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 6 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index a2157f48bb..0b6137f99d 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -974,7 +974,7 @@ subclass:: class FilterWithCustomTemplate(admin.SimpleListFilter): template = "custom_template.html" - See the default template provided by django (``admin/filter.html``) for + See the default template provided by Django (``admin/filter.html``) for a concrete example. .. attribute:: ModelAdmin.list_max_show_all diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index 3c5a0da45b..33e690d97c 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -67,8 +67,8 @@ The ``ContentType`` model The name of the application the model is part of. This is taken from the :attr:`app_label` attribute of the model, and includes only the *last* part of the application's Python import path; - "django.contrib.contenttypes", for example, becomes an - :attr:`app_label` of "contenttypes". + ``django.contrib.contenttypes``, for example, becomes an + :attr:`app_label` of ``contenttypes``. .. attribute:: model @@ -93,7 +93,7 @@ created with the following values: * :attr:`~django.contrib.contenttypes.models.ContentType.app_label` will be set to ``'sites'`` (the last part of the Python - path "django.contrib.sites"). + path ``django.contrib.sites``). * :attr:`~django.contrib.contenttypes.models.ContentType.model` will be set to ``'site'``. diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 70524b9562..63f68a7fac 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -325,7 +325,7 @@ Fink `Kurt Schwehr`__ has been gracious enough to create GeoDjango packages for users of the `Fink`__ package system. `Different packages are available`__ (starting -with "django-gis"), depending on which version of Python you want to use. +with ``django-gis``), depending on which version of Python you want to use. __ https://schwehr.blogspot.com/ __ http://www.finkproject.org/ |
