1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.9.x] Fixed typo in docs/topics/db/models.txt

Backport of af69c9113ccf8e6185abdef0d5d0cd46c1daf78c from master
This commit is contained in:
Tim Graham 2016-05-13 15:18:33 -04:00
parent 2d68371a65
commit 04002bfc2f

View File

@ -1248,8 +1248,8 @@ possible.
.. _proxy-vs-unmanaged-models: .. _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 Proxy model inheritance might look fairly similar to creating an unmanaged
model, using the :attr:`~django.db.models.Options.managed` attribute on a model, using the :attr:`~django.db.models.Options.managed` attribute on a