Releases: graphql-python/graphene-django
Releases · graphql-python/graphene-django
v1.2.0
v1.1.0
Changelog
- Fix Primary Key Model retrieval as IDs 1bf5d60
- Added
DurationField
and improvedUUIDField
conversion 8136223 - Added support for
SimpleLazyObject
d73f4aa - Use filter label as argument description 60bcc0b
- Display variables as JSON in GraphiQL 87422a0
- Fix UnboundLocalError exceptions 6bd89f2
- Don't use fields with
related_name
ending in+
bb0b4fa - Add pytest runner d5951b8
- Fix missing
operation_name
warning 31fdb5a
Breaking changes
- Fix choice enums 3a9ffba. This change could break the clients as the enum value names calculated from the field choices are now retrieved from the choice name instead of description.