0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed typo in docs/topics/db/models.txt

This commit is contained in:
Tim Graham 2016-05-13 15:18:33 -04:00
parent 1962a96a30
commit af69c9113c

View File

@ -1283,7 +1283,7 @@ possible.
.. _proxy-vs-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