- Language: en
6 results for OneToOneField in version 2.0
-
Model field reference
- … OneToOneField class OneToOneField ( to , on_delete , parent_link=False , **options ) [source] A one-to-one relationship …
-
QuerySet API reference
- … OneToOneField , ForeignKey and ManyToManyField attributes: >>> Blog . objects . values ( 'name' , 'entry …
-
System check framework
- … OneToOneField . fields.W343 : limit_choices_to has no effect on ManyToManyField with a through model. Models …
-
Model _meta API
- … OneToOneField on proxy models. We avoid filtering out these attributes using the concrete attribute. m2m can be found …
-
PostgreSQL specific model fields
- … OneToOneField and ManyToManyField ). It is possible to nest array fields - you can specify an instance …
-
The Django admin site
- … OneToOneField , and ManyToManyField fields. ModelAdmin. preserve_filters The admin now preserves filters on the list …