From af69c9113ccf8e6185abdef0d5d0cd46c1daf78c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 13 May 2016 15:18:33 -0400 Subject: [PATCH] Fixed typo in docs/topics/db/models.txt --- docs/topics/db/models.txt | 4 ++-- 1 file 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