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` .
2
2
3
3
---
4
4
@@ -12,7 +12,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
12
12
For instaling graphene, just run this command in your shell
13
13
14
14
``` bash
15
- pip install " graphene-django>=1.0 "
15
+ pip install " graphene-django>=2.0.dev "
16
16
```
17
17
18
18
### Settings
Original file line number Diff line number Diff line change 1
1
Please 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 ``.
4
4
5
5
--------------
6
6
@@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
17
17
18
18
.. code :: bash
19
19
20
- pip install " graphene-django>=1.0 "
20
+ pip install " graphene-django>=2.0.dev "
21
21
22
22
Settings
23
23
~~~~~~~~
You can’t perform that action at this time.
0 commit comments