Skip to content

Commit

Permalink
[1.7.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
Browse files Browse the repository at this point in the history
Backport of bae72bd from master
  • Loading branch information
marco-santamaria authored and timgraham committed Apr 20, 2015
1 parent 773ec51 commit 276f760
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/topics/db/models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 276f760

Please sign in to comment.