- Language: en
30 results for OneToOneField in version 5.0
-
Django 2.0 release notes
- … OneToOneField is now required in models and migrations. Consider squashing migrations so that you have …
-
How to create custom model fields
- … OneToOneField used by model inheritance. For advanced use only. All of the options without an explanation …
-
System check framework
- … OneToOneField . fields.W343 : limit_choices_to has no effect on ManyToManyField with a through model. This …
-
Django 1.7 release notes
- … OneToOneField for Multi-table inheritance are now discovered in abstract classes. It is now possible …
-
Django 1.7.4 release notes
- … OneToOneField to a ForeignKey ( #24163 ). Prevented the static.serve view from producing ResourceWarning s in certain …
-
Django 1.3 release notes
- … OneToOneField now accept an on_delete argument to customize behavior when the referenced object is deleted …
-
The Django admin site
- … OneToOneField , and ManyToManyField fields. ModelAdmin. preserve_filters By default, applied filters are preserved on the list …
-
Django 1.8.7 release notes
- … OneToOneField primary key ( #25786 ). Fixed incorrect validation for PositiveIntegerField and PositiveSmallIntegerField on MySQL resulting in values …
-
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.0 release notes
- … OneToOneField ( Parent , primary_key = True , to_field = "other_value" , parent_link = True ) value …