summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMaxime Lorant <maxime.lorant@gmail.com>2018-07-18 17:24:07 +0200
committerTim Graham <timograham@gmail.com>2018-07-18 11:27:17 -0400
commit223ba7fa57e79a2e93ed6960f6b2eab14fabd85d (patch)
tree4c0966a8faec51e5926f9ece480efa9ad633adaa /docs/releases
parentdff5beabbfaaf2466df0a74183f5dbf8032500eb (diff)
[2.1.x] Removed duplicate words in docs.
Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.11.txt6
-rw-r--r--docs/releases/1.8.txt2
-rw-r--r--docs/releases/1.9.txt2
-rw-r--r--docs/releases/2.1.txt2
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 7bcf97a175..2e714433f7 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -180,8 +180,8 @@ Minor features
* The OpenLayers-based form widgets now use ``OpenLayers.js`` from
``https://cdnjs.cloudflare.com`` which is more suitable for production use
- than the the old ``http://openlayers.org`` source. They are also updated to
- use OpenLayers 3.
+ than the old ``http://openlayers.org`` source. They are also updated to use
+ OpenLayers 3.
* PostGIS migrations can now change field dimensions.
@@ -512,7 +512,7 @@ backends.
default value is ``True`` and the ``DatabaseIntrospection.get_constraints()``
method should include an ``'orders'`` key in each of the returned
dictionaries with a list of ``'ASC'`` and/or ``'DESC'`` values corresponding
- to the the ordering of each column in the index.
+ to the ordering of each column in the index.
* :djadmin:`inspectdb` no longer calls ``DatabaseIntrospection.get_indexes()``
which is deprecated. Custom database backends should ensure all types of
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 73d147ad35..0e9325bf2c 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1089,7 +1089,7 @@ Miscellaneous
If you wish to customize that error message, :ref:`override it on the form
<modelforms-overriding-default-fields>` using the ``'unique'`` key in
``Meta.error_messages['username']`` or, if you have a custom form field for
- ``'username'``, using the the ``'unique'`` key in its
+ ``'username'``, using the ``'unique'`` key in its
:attr:`~django.forms.Field.error_messages` argument.
* The block ``usertools`` in the ``base.html`` template of
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index c1c8b09d74..9fccbea08e 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -755,7 +755,7 @@ followed by a call to ``add()``. This caused needlessly large data changes and
prevented using the :data:`~django.db.models.signals.m2m_changed` signal to
track individual changes in many-to-many relations.
-Direct assignment now relies on the the new
+Direct assignment now relies on the new
:meth:`~django.db.models.fields.related.RelatedManager.set` method on related
managers which by default only processes changes between the existing related
set and the one that's newly assigned. The previous behavior can be restored by
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 2227187c90..c325f1fd52 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -55,7 +55,7 @@ Minor features
* The new :meth:`.ModelAdmin.delete_queryset` method allows customizing the
deletion process of the "delete selected objects" action.
-* You can now :ref:`override the the default admin site
+* You can now :ref:`override the default admin site
<overriding-default-admin-site>`.
* The new :attr:`.ModelAdmin.sortable_by` attribute and