- Language: en
25 results for OneToOneField in version 1.11
-
System check framework
- … OneToOneField . fields.W343 : limit_choices_to has no effect on ManyToManyField with a through model. Models …
-
Writing custom model fields
- … OneToOneField used by model inheritance. For advanced use only. All of the options without an explanation …
-
PostgreSQL specific model fields
- … OneToOneField and ManyToManyField ). It is possible to nest array fields - you can specify an instance …
-
Django 1.11.1 release notes
- … OneToOneField primary key ( #28047 ). Fixed empty POST data table appearing instead of “No POST data …
-
Django 1.9.2 release notes
- … OneToOneField in ModelAdmin.readonly_fields ( #26060 ). Fixed a crash when calling the migrate command in a test …
-
Django 1.8.9 release notes
- … OneToOneField in ModelAdmin.readonly_fields ( #26060 ). Fixed a regression in Django 1.8.5 that broke copying a SimpleLazyObject …
-
Django 1.8 release notes
- … OneToOneField now raises a ValueError . Previously, the assignment of an unsaved object would be silently …
-
Django 1.3 release notes
- … OneToOneField now accept an on_delete argument to customize behavior when the referenced object is deleted …
-
Model _meta API
- … OneToOneField on proxy models. We avoid filtering out these attributes using the concrete attribute. m2m can be found …
-
The Django admin site
- … OneToOneField , and ManyToManyField fields. ModelAdmin. preserve_filters The admin now preserves filters on the list …