Kyle J. Roux
Kyle J. Roux
the current version of jsdom replaces document.parentWindow with document.defaultView, this takes that into account and allows continued use
i also moved the static dependencys to bower, no good having that stuff in git
added the publish instructions to the readme for #18, pointing it to the pr branch to make things eaiser
just like #43 since the `edit_form_wizard_entry` page has the "save ordering" button, it really looks like the `edit_form_wizard_entry` should also have draggable `form-groups`, so i will submit a pull to...
comma wasnt removed but a line was added and a comma was not. also black wants kwargs on seperate lines.
still cant pip install graphehe-django-extras==0.4.6 current latest shows 0.4.5 i know i can installl from git, but i really prefer pip
@eamigo86 just like the other list fields i would think that DjangoListObjectField should call __init__ with the passed `_type` wrapped with `graphene.List` ie: https://github.com/eamigo86/graphene-django-extras/blob/master/graphene_django_extras/fields.py#L98 am i wrong?
check out the changes file for a list of my additions
declarative was misspelled, causing an import error, that kind of thing can really trip up newbs. Especially with huge complicated libs like sqlalchemy.