graphene-django/graphene_django/forms
Eero Ruohola 608af578d4
Fix broken form.save() call in DjangoFormMutation.perform_mutate (#1155)
Django's plain (non-model) forms don't have the `save` method, so
calling this would just result in an `AttributeError` before this
change.

Resolves #1152
2021-04-10 20:30:15 -07:00
..
tests WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
__init__.py Fix flake8 issue 2017-10-02 09:31:58 -05:00
converter.py Fix that generated schemas could contain empty descriptions (v3) (#984) 2020-06-10 17:21:37 +01:00
forms.py resolve django translation deprecation warnings (#847) 2020-01-11 14:52:41 +01:00
mutation.py Fix broken form.save() call in DjangoFormMutation.perform_mutate (#1155) 2021-04-10 20:30:15 -07:00
types.py Cleaned up unused imports and variables. (#1146) 2021-03-18 12:26:02 +03:00