You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+8-1
Original file line number
Diff line number
Diff line change
@@ -484,10 +484,17 @@ For unsubscribe you must send a graphql subscription request like this:
484
484
Change Log:
485
485
-----------
486
486
487
+
**************
488
+
v0.1.0-alpha4:
489
+
**************
490
+
1. Add **queryset** options to **DjangoListObjectType** Meta class for specify wanted model queryset.
491
+
2. Add AuthenticatedGraphQLView on graphene_django_extras.views for use 'permission', 'authorization' and 'throttle' classes based on the DRF settings. Special thanks to `@jacobh <https://github.com/jacobh>`_ for this `comment <https://github.com/graphql-python/graphene/issues/249#issuecomment-300068390>`_.
492
+
487
493
**************
488
494
v0.1.0-alpha3:
489
495
**************
490
-
1. Fixed bug on subscriptions when not specified any field in "data" parameter to bean return on notification message.
496
+
1. Fixed bug on subscriptions when not specified any field in "data" parameter to bean return on
0 commit comments