diff options
| author | Marco Santamaria <marco.santamaria@gmail.com> | 2015-04-19 16:21:08 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-20 09:19:11 -0400 |
| commit | 276f760eaa0554d3ea5219e64d23767bc9a2fcdb (patch) | |
| tree | de93b197b5c248d7c20357fe1c8bde0fc7633d43 | |
| parent | 773ec512b1872d4090b2ff8a759a85cc0f505bb9 (diff) | |
[1.7.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
Backport of bae72bdd2aa93472617ed28fc3d5a01f0920ea6e from master
| -rw-r--r-- | docs/topics/db/models.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index aadf987f31..3029bf1ecd 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -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 ~~~~~~~~~~~~~~~~~~~~ |
