- Language: en
5 results for OneToOneField in version 5.2
-
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. This …
-
PostgreSQL specific model fields
- … OneToOneField and ManyToManyField ) and file fields ( FileField and ImageField ). It is possible to nest array …
-
The Django admin site
- … OneToOneField , and ManyToManyField fields. ModelAdmin. preserve_filters By default, applied filters are preserved on the list …