File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/graphql-python/graphene-mongo.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphene-mongo ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/graphql-python/graphene-mongo/badge.svg?branch=master )] ( https://coveralls.io/github/graphql-python/graphene-mongo?branch=master ) [ ![ Documentation Status] ( https://readthedocs.org/projects/graphene-mongo/badge/?version=latest )] ( http://graphene-mongo.readthedocs.io/en/latest/?badge=latest )
1
+ [ ![ Build Status] ( https://travis-ci.org/graphql-python/graphene-mongo.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphene-mongo ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/graphql-python/graphene-mongo/badge.svg?branch=master )] ( https://coveralls.io/github/graphql-python/graphene-mongo?branch=master ) [ ![ Documentation Status] ( https://readthedocs.org/projects/graphene-mongo/badge/?version=latest )] ( http://graphene-mongo.readthedocs.io/en/latest/?badge=latest ) [ ![ PyPI version ] ( https://badge.fury.io/py/graphene-mongo.svg )] ( https://badge.fury.io/py/graphene-mongo )
2
2
3
3
# Graphene-Mongo
4
4
@@ -70,15 +70,16 @@ To learn more check out the following [examples](examples/):
70
70
## TODOs
71
71
72
72
- [ ] Examples
73
- - [x] Flask example
74
- - [ ] Django example
73
+ - [x] Flask example
74
+ - [ ] Django example
75
75
- [ ] Filtering & Paging
76
- - [x] Default filtering enabled with all model's attributes by equal comparison
77
- - [x] Take first, or last n items
78
- - [ ] Advanced filtering
76
+ - [x] Default filtering enabled with all model's attributes by equal comparison
77
+ - [x] Take first, or last n items
78
+ - [ ] Advanced filtering
79
79
- [ ] Support more types
80
- - [ ] List(EmbeddedDocument)
81
- - [ ] Others
80
+ - [x] Self-reference and list-of-self-reference relationship
81
+ - [ ] List(EmbeddedDocument)
82
+ - [ ] Others
82
83
83
84
## Contributing
84
85
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'graphene-mongo' ,
5
- version = '0.1.2 ' ,
5
+ version = '0.1.4 ' ,
6
6
7
7
description = 'Graphene Mongoengine integration' ,
8
- long_description = open ('README.md' ).read (),
8
+ # long_description=open('README.md').read(),
9
9
10
10
url = 'https://github.com/graphql-python/graphene-mongo' ,
11
11
You can’t perform that action at this time.
0 commit comments