mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-07 07:00:35 +03:00
Missing LOC in django model form documentation (fixes #602)
This commit is contained in:
parent
ea2cd9894f
commit
547a4cb576
|
@ -43,6 +43,8 @@ DjangoModelFormMutation
|
|||
model = Pet
|
||||
|
||||
class PetMutation(DjangoModelFormMutation):
|
||||
pet = Field(PetType)
|
||||
|
||||
class Meta:
|
||||
form_class = PetForm
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user