mirror of
https://github.com/django/django.git
synced 2025-05-29 18:26:29 +00:00
[1.7.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
Backport of bae72bdd2aa93472617ed28fc3d5a01f0920ea6e from master
This commit is contained in:
parent
773ec512b1
commit
276f760eaa
@ -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
|
proxy model can inherit from any number of abstract model classes, providing
|
||||||
they do *not* define any model fields.
|
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
|
Proxy model managers
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user