- Language: en
5 results for OneToOneField in version 1.8
-
Model field reference
- … OneToOneField class OneToOneField ( othermodel , parent_link=False , **options ) [source] A one-to-one relationship. Conceptually …
-
QuerySet API reference
- … OneToOneField , ForeignKey and ManyToManyField attributes: Blog . objects . values ( 'name' , 'entry__headline' ) [{ 'name …
-
PostgreSQL specific model fields
- … OneToOneField and ManyToManyField ). It is possible to nest array fields - you can specify an instance …
-
System check framework
- … OneToOneField . Signals signals.E001 : <handler> was connected to the <signal> signal with …
-
Model _meta API
- … OneToOneField on proxy models. We avoid filtering out these attributes using the concrete attribute. m2m can be found …