summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-08 21:38:30 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-08 21:39:54 +0100
commitd03e5961aa6555c7427bd054835733fe9c152dc0 (patch)
tree3a3e59327b7075c1ef4d2d616f9257ed3892540c /docs/releases
parent941109ccb35f35429da61a8d8c7ea64ca376bb90 (diff)
[2.2.x] Removed extra characters in docs header underlines.
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.0-porting-guide.txt4
-rw-r--r--docs/releases/1.1.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.0-porting-guide.txt b/docs/releases/1.0-porting-guide.txt
index 03673e1772..7f96f5e80f 100644
--- a/docs/releases/1.0-porting-guide.txt
+++ b/docs/releases/1.0-porting-guide.txt
@@ -298,7 +298,7 @@ Old (0.96) New (1.0)
===================== =====================
Work with file fields using the new API
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The internal implementation of :class:`django.db.models.FileField` have changed.
A visible result of this is that the way you access special attributes (URL,
@@ -644,7 +644,7 @@ Testing
-------
:meth:`django.test.Client.login` has changed
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Old (0.96)::
diff --git a/docs/releases/1.1.txt b/docs/releases/1.1.txt
index 3a359559bd..49c375b5ce 100644
--- a/docs/releases/1.1.txt
+++ b/docs/releases/1.1.txt
@@ -267,7 +267,7 @@ A few notable improvements have been made to the :doc:`testing framework
</topics/testing/index>`.
Test performance improvements
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. currentmodule:: django.test