mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-12 09:30: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
|
model = Pet
|
||||||
|
|
||||||
class PetMutation(DjangoModelFormMutation):
|
class PetMutation(DjangoModelFormMutation):
|
||||||
|
pet = Field(PetType)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
form_class = PetForm
|
form_class = PetForm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user