graphene-django/graphene_django
Adam Johnson ea2cd9894f Always use HTTPS for CDN files (#498)
* Always use HTTPS for CDN files

There's no point using insecure, deprecated HTTP even if the current page is on HTTP.

* add integrity and crossorigin attributes
2019-03-19 20:34:10 +00:00
..
debug Document, including whether fields are required 2018-09-09 19:01:00 +01:00
filter Add back support for django-filter < 2 2018-09-04 13:15:04 -04:00
forms Fix tests. 2018-07-22 23:53:58 +01:00
management Provide a way to dump schema to stdout. 2018-09-08 15:34:48 +03:00
rest_framework Reformatted files using black 2018-07-19 16:52:24 -07:00
static/graphene_django Revert to default query execution behaviour 2018-09-09 21:44:30 +01:00
templates/graphene Always use HTTPS for CDN files (#498) 2019-03-19 20:34:10 +00:00
tests Merge pull request #472 from wsantos/master 2018-09-05 13:20:38 +02:00
__init__.py Updated version to 2.2.0 2018-09-05 23:20:25 +02:00
compat.py Remove unnecessary compat utility for Django < 1.11 2018-09-04 13:15:04 -04:00
converter.py Reformatted files using black 2018-07-19 16:52:24 -07:00
fields.py Reformatted files using black 2018-07-19 16:52:24 -07:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Reformatted files using black 2018-07-19 16:52:24 -07:00
types.py Fix lint error 2019-03-09 22:39:04 +01:00
utils.py Reformatted files using black 2018-07-19 16:52:24 -07:00
views.py Don't execute on GET for GraphiQL 2018-08-30 19:29:33 +01:00