Skip to content

Releases: graphql-python/graphene-django

V2.3.2

20 Jun 12:17
7b3c665
Compare
Choose a tag to compare

Identical to 2.3.1 except we fixed the PyPi uploading.

v2.3.1

09 Jun 22:02
ab551f4
Compare
Choose a tag to compare

Fixes one to one reverse relation resolution

v2.3.0

08 Jun 20:35
bad8e13
Compare
Choose a tag to compare

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.

v2.2.0

05 Sep 21:30
f4bbae2
Compare
Choose a tag to compare

Changelog

This version adds official support for Django 2.1 (and django_filter latest version)

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

Docs

  • Improved authorization docs f6dba39
  • Reword abstract to mixin for reusable fields 1ba9652

2.1.0

19 Jul 23:56
Compare
Choose a tag to compare

Changelog

Docs

2.1rc1

08 Jun 18:56
1755948
Compare
Choose a tag to compare

Changelog

  • Fixed non-deterministic setup.py (that causes dependency issues when using Python 3 and Django 2) 26cfa88

Thanks @sciyoshi for reporting the issue in #427 (comment) :)

2.1rc0

05 Jun 22:25
Compare
Choose a tag to compare

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

Docs

v2.0.0

25 Oct 18:02
Compare
Choose a tag to compare

Changelog

To come soon!

v1.3

20 Apr 08:28
Compare
Choose a tag to compare

Changelog

  • Fix node filtering 2d1ab4b
  • Fix field choice collision 03f3fbe
  • Fix reverse fields name eb02f87
  • Allow recursive nodes acff3d5
  • Accept connections for DjangoFilterConnectionField a599e4c
  • Allow nodes to skip the registry 0ec8d2c
  • Improved support for GraphQL batch c8179de 1139507
  • Simplified DjangoConnectionField logic 4cc4673
  • Avoid redundant filtering in non nested nodes 87f0c33
  • Add tests for only/exclude_fields options in DjangoObjectType 46048cd
  • Remove django_graphiql requirement 005bb7f
  • Fix filter and resolver on connection fields 3803e9a
  • Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings 46a1dde

Docs

  • Add login required example 441dde4
  • Added documentations for limiting field access using exclude_fields f3d9cbc
  • Add introduction tutorial 488992b
  • Small fixes (spelling: fd91f78)
  • Improved docs for running tests locally 28db2c0

v1.2.1

16 Dec 08:29
Compare
Choose a tag to compare

Changelog

  • Added TimeField support #66

Extra

  • Improved docs and cookbook example