Skip to content

Commit b77f22c

Browse files
committed
docs(README): Check ListField(EmbeddedDocument).
1 parent 4a3c16a commit b77f22c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ To learn more check out the following [examples](examples/):
7373
- [x] Flask example
7474
- [ ] Django example
7575
- [ ] 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))
7878
- [ ] Advanced filtering
7979
- [ ] 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)
8282
- [ ] Others
8383

8484
## Contributing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='graphene-mongo',
5-
version='0.1.4',
5+
version='0.1.5',
66

77
description='Graphene Mongoengine integration',
88
# long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)