summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/design-philosophies.txt6
-rw-r--r--docs/misc/distributions.txt15
-rw-r--r--docs/misc/index.txt4
3 files changed, 12 insertions, 13 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt
index af27bf02d7..0b989d760e 100644
--- a/docs/misc/design-philosophies.txt
+++ b/docs/misc/design-philosophies.txt
@@ -34,9 +34,9 @@ stack are independent of another wherever possible.
Less code
---------
-Django apps should use as little code as possible; they should lack boilerplate.
-Django should take full advantage of Python's dynamic capabilities, such as
-introspection.
+Django apps should use as little code as possible; they should lack
+boilerplate. Django should take full advantage of Python's dynamic
+capabilities, such as introspection.
.. _quick-development:
diff --git a/docs/misc/distributions.txt b/docs/misc/distributions.txt
index 64b4f3d88e..fbf0de6344 100644
--- a/docs/misc/distributions.txt
+++ b/docs/misc/distributions.txt
@@ -3,10 +3,10 @@ Third-party distributions of Django
===================================
Many third-party distributors are now providing versions of Django integrated
-with their package-management systems. These can make installation and upgrading
-much easier for users of Django since the integration includes the ability to
-automatically install dependencies (like database adapters) that Django
-requires.
+with their package-management systems. These can make installation and
+upgrading much easier for users of Django since the integration includes the
+ability to automatically install dependencies (like database adapters) that
+Django requires.
Typically, these packages are based on the latest stable release of Django, so
if you want to use the development version of Django you'll need to follow the
@@ -21,15 +21,14 @@ a list of `Third Party Distributions`_ to help you out.
.. _`Third Party Distributions`: https://code.djangoproject.com/wiki/Distributions
-
For distributors
================
If you'd like to package Django for distribution, we'd be happy to help out!
Please introduce yourself on the `Django Forum`_.
-We also encourage all distributors to subscribe to the |django-announce| mailing
-list, which is a (very) low-traffic list for announcing new releases of Django
-and important bugfixes.
+We also encourage all distributors to subscribe to the |django-announce|
+mailing list, which is a (very) low-traffic list for announcing new releases of
+Django and important bugfixes.
.. _Django Forum: https://forum.djangoproject.com/
diff --git a/docs/misc/index.txt b/docs/misc/index.txt
index 6232a26e37..4ad67a3426 100644
--- a/docs/misc/index.txt
+++ b/docs/misc/index.txt
@@ -2,8 +2,8 @@
Meta-documentation and miscellany
=================================
-Documentation that we can't find a more organized place for. Like that drawer in
-your kitchen with the scissors, batteries, duct tape, and other junk.
+Documentation that we can't find a more organized place for. Like that drawer
+in your kitchen with the scissors, batteries, duct tape, and other junk.
.. toctree::
:maxdepth: 2