Simeon Parvanov
Results
2
comments of
Simeon Parvanov
Is there a working demo of those somewhere?
From the Django docs: user = models.ForeignKey( User, models.SET_NULL, blank=True, null=True, ) in Wagtail e.g.: page = ParentalKey( 'home.ContactUsPage', related_name='form_fields', on_delete=models.PROTECT) or models.SET_NULL if it is nullable