Commit cc493d3c authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Merge pull request #4531 from marco-santamaria/ticket11078

Fixed #11078 -- documentation update.
parents f54c0ec0 bae72bdd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1189,9 +1189,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
~~~~~~~~~~~~~~~~~~~~