- Language: en
30 results for OneToOneField in the development version
-
Django 2.0 release notes
- … OneToOneField is now required in models and migrations. Consider squashing migrations so that you have …
-
Django 1.7 release notes
- … OneToOneField for Multi-table inheritance are now discovered in abstract classes. It is now possible …
-
System check framework
- … OneToOneField . fields.W343 : limit_choices_to has no effect on ManyToManyField with a through model. This …
-
Django Deprecation Timeline
- … OneToOneField will be required. django.db.models.fields.add_lazy_relation() will be removed. When time zone support is enabled …
-
Translation
- … OneToOneField relationship as translatable by using their verbose_name options: class MyThing ( models . Model ): kind …
-
PostgreSQL specific model fields
- … OneToOneField and ManyToManyField ) and file fields ( FileField and ImageField ). It is possible to nest array …
-
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 …
-
Django 1.0 release notes
- … OneToOneField ( Parent , primary_key = True , to_field = "other_value" , parent_link = True ) value …
-
Django 4.1.1 release notes
- … OneToOneField ( #33932 ). Fixed a migration crash on ManyToManyField fields with through referencing models in different …