- Language: en
30 results for OneToOneField in version 4.2
-
Django 2.0 release notes
- … OneToOneField is now required in models and migrations. Consider squashing migrations so that you have …
-
System check framework
- … OneToOneField . fields.W343 : limit_choices_to has no effect on ManyToManyField with a through model. This …
-
How to create custom model fields
- … OneToOneField used by model inheritance. For advanced use only. All of the options without an explanation …
-
Django 3.0 release notes
- … OneToOneField when a foreign key has a unique or primary key constraint. The new --skip …
-
The Django admin site
- … OneToOneField , and ManyToManyField fields. ModelAdmin. preserve_filters By default, applied filters are preserved on the list …
-
Django 1.7.4 release notes
- … OneToOneField to a ForeignKey ( #24163 ). Prevented the static.serve view from producing ResourceWarning s in certain …
-
Django 1.8.7 release notes
- … OneToOneField primary key ( #25786 ). Fixed incorrect validation for PositiveIntegerField and PositiveSmallIntegerField on MySQL resulting in values …
-
Translation
- … OneToOneField relationship as translatable by using their verbose_name options: class MyThing ( models . Model ): kind …
-
Django 1.9.7 release notes
- … regression in queries on a OneToOneField that has to_field and primary_key=True ( #26667 ). …
-
Django 1.3 release notes
- … OneToOneField now accept an on_delete argument to customize behavior when the referenced object is deleted …