Skip to content

Commit 547a4cb

Browse files
author
Ronny Vedrilla
committed
Missing LOC in django model form documentation (fixes #602)
1 parent ea2cd98 commit 547a4cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/form-mutations.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ DjangoModelFormMutation
4343
model = Pet
4444
4545
class PetMutation(DjangoModelFormMutation):
46+
pet = Field(PetType)
47+
4648
class Meta:
4749
form_class = PetForm
4850

0 commit comments

Comments
 (0)