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 @@ -73,12 +73,12 @@ To learn more check out the following [examples](examples/):
73
73
- [x] Flask example
74
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
76
+ - [x] Default filtering enabled with all model's attributes by equal comparison (requester: [ git-albertomarin ] ( https://github.com/git-albertomarin ) )
77
+ - [x] Take first, or last n items (credit: [ alexpantyukhin ] ( https://github.com/alexpantyukhin ) )
78
78
- [ ] Advanced filtering
79
79
- [ ] Support more types
80
- - [x] Self-reference and list-of-self-reference relationship
81
- - [ ] List (EmbeddedDocument)
80
+ - [x] Self-reference and list-of-self-reference relationship (requester: [ mehdiym ] ( https://github.com/mehdiym ) )
81
+ - [x] ListField (EmbeddedDocument)
82
82
- [ ] Others
83
83
84
84
## Contributing
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'graphene-mongo' ,
5
- version = '0.1.4 ' ,
5
+ version = '0.1.5 ' ,
6
6
7
7
description = 'Graphene Mongoengine integration' ,
8
8
# long_description=open('README.rst').read(),
You can’t perform that action at this time.
0 commit comments