Skip to content

Commit 2016011

Browse files
authored
Merge pull request #605 from GitRon/bugfix/missing-type-declaration-in-docs
Missing LOC in django model form documentation (fixes #602)
2 parents fb8a129 + 547a4cb commit 2016011

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)