Commit 04002bfc authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of af69c911 from master
parent 2d68371a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1249,7 +1249,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