Commit af69c911 authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 1962a96a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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