- Language: en
30 results for OneToOneField in version 4.2
-
Django Deprecation Timeline
- … OneToOneField will be required. django.db.models.fields.add_lazy_relation() will be removed. When time zone support is enabled …
-
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 1.7 release notes
- … OneToOneField for Multi-table inheritance are now discovered in abstract classes. It is now possible …
-
Django 4.1.1 release notes
- … OneToOneField ( #33932 ). Fixed a migration crash on ManyToManyField fields with through referencing models in different …
-
Django 2.0.1 release notes
- … OneToOneField in ModelAdmin.autocomplete_fields ( #28898 ). Fixed a regression on SQLite where DecimalField returned a result …
-
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.7.4 release notes
- … OneToOneField to a ForeignKey ( #24163 ). Prevented the static.serve view from producing ResourceWarning s in certain …
-
Django 1.11.1 release notes
- … OneToOneField primary key ( #28047 ). Fixed empty POST data table appearing instead of “No POST data …
-
PostgreSQL specific model fields
- … OneToOneField and ManyToManyField ) and file fields ( FileField and ImageField ). It is possible to nest array …