Commit 276f760e authored by Marco Santamaria's avatar Marco Santamaria Committed by Tim Graham
Browse files

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

Backport of bae72bdd from master
parent 773ec512
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1194,9 +1194,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
~~~~~~~~~~~~~~~~~~~~