- Language: en
27 results for OneToOneField in version 2.1
-
Translation
- … OneToOneField relationship as translatable by using their verbose_name options: class MyThing ( models . Model ): kind …
-
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 …
-
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.7.4 release notes
- … OneToOneField to a ForeignKey ( #24163 ). Prevented the static.serve view from producing ResourceWarning s in certain …
-
Django 1.0 release notes
- … OneToOneField ( Parent , primary_key = True , to_field = "other_value" , parent_link = True ) value …
-
Django 1.9.2 release notes
- … OneToOneField in ModelAdmin.readonly_fields ( #26060 ). Fixed a crash when calling the migrate command in a test …