Graphene-django

Latest version: v3.2.2

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

2.3.0

Not secure
Changelog

* Fix import issue with `GraphQLTestCase`
* Stores the GraphiQL query in the URL fragment, rather than the query, so that sensitive data won't be logged to web server logs. 508
* Moves GraphiQL JS to a separate file to enable stricter Content Security Policies. 508
* Fix parameter order 526
* Provide a way to dump schema to stdout 512
* Removed old Django compatibility code 619
* Added staticfiles to MANIFESTS.IN 601
* Update GraphiQL to use 0.13.0 646
* Change `__debug` to `_debug` to avoid conflicts 646

Documentation improvements

* Django debug types 513
* Updated cookbook examples to be compatible with Django 2.1
* Improved testing documentation 608
* Vastly improved documentation throughout.

2.2.0

Not secure
Changelog
This version adds official support for Django 2.1 (and `django_filter` latest version)

* Exclude `id` from mutations if is in `exclude_fields` 21bad6105c5f5def317fd16c908b85dc43dd7b5b
* Added compatibility with `django_filter>=2` in Python 3 e45708b44e15db3c70d68b912823dd9efc5b8339
* Removed official support for `Django<1.11` (only `1.11`, `2.0`, `2.1` and upwards will be supported)

Docs
* Improved authorization docs f6dba3942c104d1b37479ffa417b88ffaf003349
* Reword abstract to mixin for reusable fields 1ba9652f382ba99cd40a534167976ee64d0ad29b

2.1.0

Not secure
Changelog
* Reformatted files using `black` https://github.com/graphql-python/graphene-django/commit/dc561c68c49d1a91637503f765857d819c36769a
* Pin `django-filter` version to < 2 https://github.com/graphql-python/graphene-django/commit/f0705e2c25a07024334ea810562d263496ebbd9e https://github.com/graphql-python/graphene-django/commit/96789b291f647cd848816888ffa963ffd56d37f3

Docs
* Fixed links https://github.com/graphql-python/graphene-django/commit/3e3584565f7f363cb940b8f040fb7c38e25d3bca
* Make examples diff more clear https://github.com/graphql-python/graphene-django/commit/3e3584565f7f363cb940b8f040fb7c38e25d3bca

2.1rc1

Not secure
Changelog

* Fixed non-deterministic setup.py (that causes dependency issues when using Python 3 and Django 2) https://github.com/graphql-python/graphene-django/commit/26cfa88f3a4b3fc62df76b60b39397efb229c0bd

Thanks sciyoshi for reporting the issue in https://github.com/graphql-python/graphene-django/issues/427#issuecomment-395539715 :)

2.1rc0

Not secure
This is the first RC after almost 8 months from the previous release, apologizes for the long delay.
This Release Candidate should be good to start using, please let me know if you find any issues before doing the stable release `2.1.0`.

Thanks to all the contributors for pushing the project forward: grantmcconnaughey pizzapanther jkimbo patrick9 faassen spockNinja BossGrand mongkok mbarrientos eyal0803 jm2242 danyx23 pjdelport 🎉

Changelog
* Update requirements to use `Graphene>=2.1` and `graphql-core>=2.1rc1`
* Added support for pluggable backends 449 https://github.com/graphql-python/graphene-django/commit/490ed929ad1e4fc1fe0d2fa593aa71d3affafbbc
* Added support for `models.FilePathField` https://github.com/graphql-python/graphene-django/commit/4e7b269b762bf73134805e1c709f003c6ae35845
* Django Rest Framework serializer fixes https://github.com/graphql-python/graphene-django/commit/a480a39713d3392dc3a7cee9565989a713d05856 https://github.com/graphql-python/graphene-django/commit/53546a27de9f9a8220a704219c24102b8f246621 https://github.com/graphql-python/graphene-django/commit/b19308b1c22fa06aca10051e0e92e947569825e9
* Inheritance support for GraphQLView https://github.com/graphql-python/graphene-django/commit/70dffa94e7367400ff379b11c8d10232000e274d
* Support ListSerializer fields in SerializerMutation https://github.com/graphql-python/graphene-django/commit/fdb7d5a253619df3478832032bf7b340cb6dc97b
* Fixes `rel` available in `ForeignKey` 400 https://github.com/graphql-python/graphene-django/commit/34ddc6ce858b97bf96dfde080d7556adee8975fb
* GraphQLView, Fix qfactor rankings for `HTTP-ACCEPT` 340 https://github.com/graphql-python/graphene-django/commit/dbd3957a9f622573b2b106546f3accc48f5d5b41
* Update GraphiQL 356 https://github.com/graphql-python/graphene-django/commit/5b17e98217c1c4742097c78cdcc307e03b04a574
* Added Proxy Model support 373 https://github.com/graphql-python/graphene-django/commit/c0edb0c927fb5206c3747e0cce40984c2c4d9d49
* Handle conversion to `Date`, `DateTime` and `Time` types properly 335 368 https://github.com/graphql-python/graphene-django/commit/94ee97085f98c1db318bfca0cae372978665b995 https://github.com/graphql-python/graphene-django/commit/adde4008938f9ff1694a845c901e84cbabaa70cf
* Improve ErrorType in DRF mutation errors 382 https://github.com/graphql-python/graphene-django/commit/c585982a1a9c1897d13cc0b90e14a9c22cd9f5b8
* Make it compatible with Django 2.0.1 377 https://github.com/graphql-python/graphene-django/commit/e05f069b3b5fceebc9aff32cc82631cd27db90be
* Remove Django 1.7 shims 339 https://github.com/graphql-python/graphene-django/commit/961404f3975fd33d240ae0c8d5abf1f12ec4fb67
* Fix build tests 338 https://github.com/graphql-python/graphene-django/commit/b54e02c9ba5925a116a56786897a5d3d33c68dfd
* Avoid `Enum` duplication for choice fields 156 https://github.com/graphql-python/graphene-django/commit/5661db88d1ef0f75a5a4810defcb3284ccd9da51
* Fixed batch endpoint issue 278 https://github.com/graphql-python/graphene-django/commit/14dca8297d0106c85933c0cee9c535f176efd6fa
* Pass context object to `Filterset` queryset 232 https://github.com/graphql-python/graphene-django/commit/bc59d0ad8e925e89e7f15490aefa3d97b9e808d6
* Fix `select_related` with filtering 224 https://github.com/graphql-python/graphene-django/commit/9e26aaf6adc404f2f0f45626b87a29284dea83de
* Allow `DjangoObjectType` to use an Abstract connection class 313 https://github.com/graphql-python/graphene-django/commit/94e2a5c49f74f302cd0a04e988202957335f6346
* Fix `DjangoFilterConnectionField` to ignore annotations, `.reverse` 315 https://github.com/graphql-python/graphene-django/commit/e666d849be3bdf73df6cf9a85b138e69b551a8f6


Docs
* Updated docs template https://github.com/graphql-python/graphene-django/commit/134d6c6d3251dac32d4ed64139edf94e87b8906e
* Updated cookbook tutorial https://github.com/graphql-python/graphene-django/commit/9812c58a8630a260c4f1b50e8fa95fcb9741c8e9
* Fixed bad documented `SerializerMutation` https://github.com/graphql-python/graphene-django/commit/f0451476adc8c1842cb6de38b2f017f62e5b8d6e
* Fix context-dependent filtering example in docs https://github.com/graphql-python/graphene-django/commit/8151fe75b8116bf284e9dab0051f99d2bce54a53
* Fixed authorization docs https://github.com/graphql-python/graphene-django/commit/e9a40f2ae95723165bb588e071d72a39021b8570
* Update example project doc link 359 https://github.com/graphql-python/graphene-django/commit/5a92330164b407cdd24a1272b1946c54b65ec4d9
* Updated function signature fix https://github.com/graphql-python/graphene-django/commit/c63dbea34b3136e6f88066c557435b4bafb934c9
* Fix drop usage of `AbstractType` in docs https://github.com/graphql-python/graphene-django/commit/31679df08cc817b44075fa64fdb72b3b60258bf3
* Fixed docs typos https://github.com/graphql-python/graphene-django/commit/dfa0a06cce20ca0e07972c95433d5297aef3727a https://github.com/graphql-python/graphene-django/commit/ec2cea1afa5f14ba2eb123eb76f3f04c5b53914f https://github.com/graphql-python/graphene-django/commit/24706f50d4f7d44e576edc0cd96d1fde046e3cce https://github.com/graphql-python/graphene-django/commit/bc15439e3dcff174c72d9e8907a4f236da5585c7 https://github.com/graphql-python/graphene-django/commit/f0f117663cd3849b3b3d23ad0d4fd7306aef36a0

2.0.0

Not secure
Changelog
To come soon!

Page 8 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.