summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBouke Haarsma <bouke@webatoom.nl>2013-11-02 20:13:36 +0100
committerBouke Haarsma <bouke@webatoom.nl>2013-11-02 20:15:40 +0100
commit9367b9e828eac9130b08eff42d7d0ab9b9110a86 (patch)
treeb112a5aefc517a065c7d40c99e53bafd3fe450a7 /docs/ref
parentb44d42be6d05e88071844b64c6519223cdd2fa80 (diff)
Django should be capitalized in text
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
-rw-r--r--docs/ref/django-admin.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index a9c947407f..d557af96a3 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -33,7 +33,7 @@ features include:
* A BSD-licensed interface to the GEOS geometry routines, implemented purely
in Python using ``ctypes``.
* Loosely-coupled to GeoDjango. For example, :class:`GEOSGeometry` objects
- may be used outside of a django project/application. In other words,
+ may be used outside of a Django project/application. In other words,
no need to have ``DJANGO_SETTINGS_MODULE`` set or use a database, etc.
* Mutability: :class:`GEOSGeometry` objects may be modified.
* Cross-platform and tested; compatible with Windows, Linux, Solaris, and Mac
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index c301c5f094..927076cd14 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -496,7 +496,7 @@ makemessages
Runs over the entire source tree of the current directory and pulls out all
strings marked for translation. It creates (or updates) a message file in the
-conf/locale (in the django tree) or locale (for project and application)
+conf/locale (in the Django tree) or locale (for project and application)
directory. After making changes to the messages files you need to compile them
with ``compilemessages`` for use with the builtin gettext support. See the
:ref:`i18n documentation <how-to-create-language-files>` for details.
@@ -590,7 +590,7 @@ for technically skilled translators to understand each message's context.
.. versionadded:: 1.6
-Use the ``--keep-pot`` option to prevent django from deleting the temporary
+Use the ``--keep-pot`` option to prevent Django from deleting the temporary
.pot file it generates before creating the .po file. This is useful for
debugging errors which may prevent the final language files from being created.
@@ -791,7 +791,7 @@ Django.)
The development server automatically reloads Python code for each request, as
needed. You don't need to restart the server for code changes to take effect.
-However, some actions like adding files don't trigger a restart, so you'll
+However, some actions like adding files don't trigger a restart, so you'll
have to restart the server in these cases.
.. versionchanged:: 1.7