diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-13 15:18:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-13 15:18:58 -0400 |
| commit | 04002bfc2f66ccdded3b23a75b0d28573a9dba26 (patch) | |
| tree | 02ca10d84bd1ffce43bcf8f2044959d9393b62aa /docs | |
| parent | 2d68371a655e2b55b03b6d36a5886c4edecdc874 (diff) | |
[1.9.x] Fixed typo in docs/topics/db/models.txt
Backport of af69c9113ccf8e6185abdef0d5d0cd46c1daf78c from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/models.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index 05348b91f3..93db3b1e71 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -1248,8 +1248,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 |
