From d2fc204694fa57a56da819b00a204a39eea55d82 Mon Sep 17 00:00:00 2001 From: akki Date: Wed, 16 Nov 2016 03:30:50 +0530 Subject: [1.10.x] Replaced "django" with "Django" in spelling_wordlist. Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 from master --- docs/ref/contrib/admin/index.txt | 2 +- docs/ref/contrib/contenttypes.txt | 6 +++--- docs/ref/contrib/gis/install/index.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/ref') 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/ -- cgit v1.3