Commit Graph

52 Commits

Author SHA1 Message Date
dependabot[bot]
930adb50ce Bump django from 2.1.10 to 2.1.11 in /examples/cookbook-plain (#733)
Bumps [django](https://github.com/django/django) from 2.1.10 to 2.1.11.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.1.10...2.1.11)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 08:09:56 +01:00
dependabot[bot]
c432d5875b Bump django from 2.2.3 to 2.2.4 in /examples/cookbook (#734)
Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.3...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 08:09:42 +01:00
dependabot[bot]
3b541e3d05 Bump django from 2.2.2 to 2.2.3 in /examples/cookbook (#694)
Bumps [django](https://github.com/django/django) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.2...2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 10:26:54 +01:00
dependabot[bot]
470fb60dc5 Bump django from 2.1.9 to 2.1.10 in /examples/cookbook-plain (#695)
Bumps [django](https://github.com/django/django) from 2.1.9 to 2.1.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.1.9...2.1.10)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 10:26:27 +01:00
Semyon Pupkov
91c1278d1a Make cookbook example working on django 2 (#680) 2019-06-19 11:59:19 +01:00
dependabot[bot]
894b1053a2 Bump django from 2.1.6 to 2.1.9 in /examples/cookbook-plain (#669)
Bumps [django](https://github.com/django/django) from 2.1.6 to 2.1.9.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.1.6...2.1.9)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-17 18:48:15 +01:00
dependabot[bot]
6169346776 Bump django from 1.11.20 to 1.11.21 in /examples/cookbook (#670)
Bumps [django](https://github.com/django/django) from 1.11.20 to 1.11.21.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/1.11.20...1.11.21)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-17 17:08:51 +01:00
Jonathan Kim
775d2e3523
Update travis and tox (#667)
* Update travis and tox

* Use xenial distribution

* Don't install coveralls twice

* Add black and flake8 tox commands

* Remove Python 3.5 test for Django master

* Fix indent

* Ignore migrations

* Remove black for now

* Run black formatting (#668)

* Run black format

* Update makefile

* Add black to travis build
2019-06-10 20:54:30 -07:00
Abraham Toriz Cruz
f617b2a9c2 django 1.11.19 is not available, probably for security reasons (#652) 2019-06-09 16:33:57 -07:00
Dulmandakh
49aedf171a bump graphiql to 0.13.0, and rename __debug to _debug due to __ limitations 2019-05-20 17:48:28 +08:00
changeling
2edf7f4ec0 Correct examples/cookbook settings.py.
See https://github.com/graphql-python/graphene-django/issues/455.
2019-05-15 17:02:26 -05:00
Paul Hallett
15b5e6ae24
Fix security issues 2019-05-07 19:26:19 +01:00
Paul Hallett
31468f5687
Rebuild documentation 2019-05-07 19:23:01 +01:00
Khaled Alqenaei
905b4249f3 Updated ingredients/schema.py and recipes/schema.py to be more readable. 2018-10-18 12:27:23 -07:00
Khaled Alqenaei
4359e1f312 Making the example working for Django 2.1.2 2018-10-18 11:36:35 -07:00
Khaled Alqenaei
19ef9a094a Making the example working for Django 2.1.2 2018-10-18 11:33:53 -07:00
Jay Hale
dc0c2900d1 Making GrapheneFilterSetMixin compatible with django_filter 2 2018-09-04 13:15:04 -04:00
Noumir.Poutipou
a57098b1cb Pin an explicit version of django-filter (<2) on cookbook example 2018-07-24 04:03:59 +02:00
Eric L Frederich
a97729d362 Make examples diff better against each other 2018-06-13 10:29:50 -04:00
Syrus Akbary
883d1778d5
Merge pull request #336 from urbandove/django2
support Django 2 + in tests
2018-06-05 13:02:09 -07:00
Syrus Akbary
205c177912 Removed abstract type from examples. 2018-06-05 12:53:47 -07:00
Syrus Akbary
4f47ffdc8d Updated graphql-core requirements 2018-06-05 12:19:37 -07:00
=
b331319aea Fix merge conflicts 2018-04-15 00:12:49 -04:00
yothinix
76a1d43e66 Update example query document link 2017-12-30 18:34:46 +07:00
=
f687406ac5 Add on_delete atrributes to test models foreignkeys 2017-12-07 13:00:22 -05:00
Syrus Akbary
a7034baa03 Fixed examples 2017-07-31 22:42:22 -07:00
Ed Morley
81ef78ad58 Remove django_graphiql from cookbook requirements.txt.
The package is not required since support for graphiql is now built-in.

Fixes #135.
2017-03-22 01:59:52 +00:00
thatneat
755bd4e187 spelling 2017-02-23 09:08:05 -08:00
Radoslav Georgiev
531a5348e6 Add examples/cookbook-plain to follow the plain tutorial 2017-02-14 20:23:45 +02:00
Patrick Sanders
b16cb69000 Fix broken link in cookbook schema 2016-12-03 11:08:25 -05:00
Syrus Akbary
22b33214a7 Fixed Cookbook. Fixed #68 2016-12-01 21:49:58 -08:00
drzix
810de7b26a Remove an unneeded backup file
Signed-off-by: drzix <korea.drzix@gmail.com>
2016-11-06 02:08:25 +09:00
Syrus Akbary
423d7abdf6 Merge pull request #43 from chriscauley/cookbook
fixes #8, base import of field no longer works for query property. Us…
2016-11-05 08:46:13 -07:00
drzix
f9f8eca804 Fix graphql query guide url
Signed-off-by: drzix <korea.drzix@gmail.com>
2016-11-05 22:21:34 +09:00
chriscauley
fa178a00ef errors in code 2016-11-03 21:06:26 -04:00
chriscauley
ad063aa947 adding some dummy data 2016-11-03 21:01:27 -04:00
chriscauley
0ceef46268 a few admin changes to make entering data easier 2016-11-03 20:59:40 -04:00
chriscauley
5ac046a715 adding recipe schema 2016-11-03 18:06:23 -04:00
chriscauley
d3057cd9dc fixes #8, base import of field no longer works for query property. Use Node.Field instead 2016-11-03 17:31:28 -04:00
Syrus Akbary
d348ec89c5 Merge pull request #24 from stegben/fix-cookbook-example
Fix cookbook example
2016-10-19 18:40:40 -07:00
cph
cf7d8ffcd6 config schema generation in cookbook example 2016-10-17 15:08:43 +08:00
cph
ae9e13d0ad fix clone command in README 2016-10-17 14:49:27 +08:00
cph
93796daad7 fix requirements 2016-10-17 14:46:42 +08:00
Evstifeev Roman
06e408124b README.md: fix graphql url 2016-10-06 00:21:01 +04:00
Syrus Akbary
f6684ca92d Improved cookbook 2016-09-30 09:14:06 -07:00
Syrus Akbary
7fbc3e69b1 Improved Django List retreival and added extra tests. 2016-09-21 19:34:30 -07:00
Syrus Akbary
8caa2cd00f Fixed middleware 2016-09-19 22:38:27 -07:00
Syrus Akbary
70dbd4b512 Improved PEP8 syntax 2016-09-19 22:15:10 -07:00
Syrus Akbary
3aa929fdc9 Moved django-graphql-view and django-graphiql into graphene-django 😎 2016-09-19 22:04:23 -07:00
Syrus Akbary
4127031d2a Fixed starwars schema 2016-09-17 18:40:59 -07:00