Skip to content

Commit

Permalink
Merge pull request #605 from GitRon/bugfix/missing-type-declaration-i…
Browse files Browse the repository at this point in the history
…n-docs

Missing LOC in django model form documentation (fixes #602)
  • Loading branch information
mvanlonden authored Apr 27, 2019
2 parents fb8a129 + 547a4cb commit 2016011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/form-mutations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ DjangoModelFormMutation
model = Pet
class PetMutation(DjangoModelFormMutation):
pet = Field(PetType)
class Meta:
form_class = PetForm
Expand Down

0 comments on commit 2016011

Please sign in to comment.