mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-14 02:02:20 +03:00
dev
This commit is contained in:
parent
30deedcb37
commit
0d44cdd51f
|
@ -43,7 +43,7 @@ def maybe_queryset(value):
|
||||||
|
|
||||||
def get_model_fields(model):
|
def get_model_fields(model):
|
||||||
local_fields = [
|
local_fields = [
|
||||||
(field.name, field)
|
(field[0], field[1])
|
||||||
for field in sorted(
|
for field in sorted(
|
||||||
model.defined_properties().items()
|
model.defined_properties().items()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user