summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-13 15:18:33 -0400
committerTim Graham <timograham@gmail.com>2016-05-13 15:18:33 -0400
commitaf69c9113ccf8e6185abdef0d5d0cd46c1daf78c (patch)
tree45c1414a8c0fde54b8c2db3db7bab28236d22115 /docs
parent1962a96a30e02de78a674a2e02979c00cc55655b (diff)
Fixed typo in docs/topics/db/models.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/models.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index 507e4d7472..2850294581 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -1282,8 +1282,8 @@ possible.
.. _proxy-vs-unmanaged-models:
-Differences between proxy inheritance and unmanaged models
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Differences between proxy inheritance and unmanaged models
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Proxy model inheritance might look fairly similar to creating an unmanaged
model, using the :attr:`~django.db.models.Options.managed` attribute on a