Skip to content

Commit 8ec9c09

Browse files
committed
docs: Update README.
1 parent 9b5b64e commit 8ec9c09

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ result = schema.execute(query)
6868
- [ ] Examples
6969
- [x] Flask example
7070
- [ ] Django example
71-
- [ ] Filtering
72-
- [x] Basic filtering of equal comparison
71+
- [ ] Filtering & Paging
72+
- [x] Default filtering enabled with all model's attributes by equal comparison
73+
- [x] Take first, or last n items
7374
- [ ] Advanced filtering
74-
- [ ] Support List(EmbeddedDocument)
75-
- [ ] Paging
76-
75+
- [ ] Support more types
76+
- [ ] List(EmbeddedDocument)
77+
- [ ] Others
7778

7879
## Contributing
7980

README.rst

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==0.12.2
22
Flask-GraphQL==1.4.1
3-
graphene-mongo==0.1.1
3+
graphene-mongo
44
mongomock==3.8.0
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version='0.1.2',
66

77
description='Graphene Mongoengine integration',
8-
long_description=open('README.rst').read(),
8+
long_description=open('README.md').read(),
99

1010
url='https://github.com/graphql-python/graphene-mongo',
1111

0 commit comments

Comments
 (0)