diff options
| author | akki <akki@users.noreply.github.com> | 2016-11-16 03:30:50 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-15 17:32:16 -0500 |
| commit | d2fc204694fa57a56da819b00a204a39eea55d82 (patch) | |
| tree | 0cb600f58af809a8bc9eab7d14eb30cba9a514fb /docs/ref | |
| parent | af0f01558bb53553a1a7cd24f8121163c0069c85 (diff) | |
[1.10.x] Replaced "django" with "Django" in spelling_wordlist.
Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 from master
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/ |
