summaryrefslogtreecommitdiff
path: root/docs/topics/db/models.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-20 23:30:32 +0100
committerTim Graham <timograham@gmail.com>2017-03-20 18:31:28 -0400
commit3b4947e7ba8eed175dc7497c28a9d19da9777de5 (patch)
tree967305e05d37a7d630c8d333b80f9dc268a9f7d5 /docs/topics/db/models.txt
parente0ddfa3af30e8e0328cef17fd424c4337efec58e (diff)
[1.11.x] Removed extra characters in docs header underlines.
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
Diffstat (limited to 'docs/topics/db/models.txt')
-rw-r--r--docs/topics/db/models.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index 07caa00b02..9833ff5afb 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -1362,7 +1362,7 @@ Or use a common ancestor to hold the :class:`~django.db.models.AutoField`::
pass
Field name "hiding" is not permitted
--------------------------------------
+------------------------------------
In normal Python class inheritance, it is permissible for a child class to
override any attribute from the parent class. In Django, this isn't usually