Fix one Django-master error

fix_request_path_info
Diederik van der Boor 2017-09-30 18:57:31 +02:00
parent fab687c218
commit fb80233c5d
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class InlineParent(models.Model):
class InlineModelA(PolymorphicModel): class InlineModelA(PolymorphicModel):
parent = models.ForeignKey(InlineParent, related_name='inline_children') parent = models.ForeignKey(InlineParent, related_name='inline_children', on_delete=models.CASCADE)
field1 = models.CharField(max_length=10) field1 = models.CharField(max_length=10)