summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarco Santamaria <marco.santamaria@gmail.com>2015-04-19 16:21:08 +0200
committerTim Graham <timograham@gmail.com>2015-04-20 09:17:28 -0400
commit1e0bf2cab9d8f52ddf564da8851bb1082b0120d1 (patch)
tree07ecf01826fead0be01f981d3086042f74315bfb /docs
parentff6e8681a3ff50eb295e9cef38dc88f1e7ac5c52 (diff)
[1.8.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
Backport of bae72bdd2aa93472617ed28fc3d5a01f0920ea6e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/models.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index 754cdce13d..f7bddf4eb0 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -1195,9 +1195,6 @@ provide any connection between the rows in the different database tables. A
proxy model can inherit from any number of abstract model classes, providing
they do *not* define any model fields.
-Proxy models inherit any ``Meta`` options that they don't define from their
-non-abstract model parent (the model they are proxying for).
-
Proxy model managers
~~~~~~~~~~~~~~~~~~~~