[1.8.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.

Backport of bae72bdd2a from master
This commit is contained in:
Marco Santamaria 2015-04-19 16:21:08 +02:00 committed by Tim Graham
parent ff6e8681a3
commit 1e0bf2cab9
1 changed files with 0 additions and 3 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~