-
Hi, just tried to upgrade to django from 3 => 4, but then I get this error at run server :
ImportError: cannot import name 'force_text' from 'django.utils.encoding'
File "/usr/local/lib/python3.10…
-
Your competitor (graphene) supports relay based on django-filter, in the other hand you implement your own filter that has bugs and is not as good, existing projects use django-filter and if you suppo…
-
I'm currently testing your nice library, I have already made all the setup written in the doc and everything has worked as expected.
I added `PUBLIC_SCHEMA_URLCONF` to be able to separate routing b…
jbltx updated
6 years ago
-
Hello!
Tried to compile my requirements file via `pip-compile`, that contains:
```
graphene-django==2.10.1
graphene==2.1.8
```
but get an error:
```
error in promise setup command: 'i…
-
Running into similar issue to these issues:
- https://github.com/graphql-python/graphene-django/issues/371
- https://github.com/graphql-python/graphene-django/issues/458
This was supposed to be r…
-
https://github.com/graphql-python/graphene-django/blob/b0cba398a1bacd9305c50e784b862785348fca2d/graphene_django/views.py#L284-L285
Currently Graphene-Django assumes any exception during execution i…
-
### Environment
* Nautobot version (Docker tag too if applicable): v1.5.14
* Python version: 3.8
* Database platform, version: Postgres
* Middleware(s): Standard
This was uncovered while try…
-
Recently @dvndrsn added some **great** API documentation to the Graphene project: https://github.com/graphql-python/graphene/pull/971 We should add do the same for Graphene-Django.
## To document:
…
-
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
When running project with…
-
Bridgekeeper should provide some form of integration with a GraphQL library for Django (most probably graphene-django at this point)