mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
Merge pull request #4531 from marco-santamaria/ticket11078
Fixed #11078 -- documentation update.
This commit is contained in:
commit
cc493d3c06
@ -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
|
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…
Reference in New Issue
Block a user