File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Please read [ UPGRADE-v1 .0.md] ( https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1 .0.md ) to learn how to upgrade to Graphene ` 1 .0` .
1+ Please read [ UPGRADE-v2 .0.md] ( https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2 .0.md ) to learn how to upgrade to Graphene ` 2 .0` .
22
33---
44
@@ -12,7 +12,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
1212For instaling graphene, just run this command in your shell
1313
1414``` bash
15- pip install " graphene-django>=1.0 "
15+ pip install " graphene-django>=2.0.dev "
1616```
1717
1818### Settings
Original file line number Diff line number Diff line change 11Please read
2- `UPGRADE-v1 .0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1 .0.md >`__
3- to learn how to upgrade to Graphene ``1 .0 ``.
2+ `UPGRADE-v2 .0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2 .0.md >`__
3+ to learn how to upgrade to Graphene ``2 .0 ``.
44
55--------------
66
@@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
1717
1818.. code :: bash
1919
20- pip install " graphene-django>=1.0 "
20+ pip install " graphene-django>=2.0.dev "
2121
2222 Settings
2323~~~~~~~~
You can’t perform that action at this time.
0 commit comments