瀏覽代碼

Fixed #11078 -- documentation update.

Marco Santamaria 10 年之前
父節點
當前提交
bae72bdd2a
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      docs/topics/db/models.txt

+ 0 - 3
docs/topics/db/models.txt

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