Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit d09c1bb

Browse files
committed
v0.1.4
1 parent 7751550 commit d09c1bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ History
88
* NdbConnectionField added arguments that can be used in quert:
99
* keys_only - to execute a keys only query
1010
* batch_size - to control the NDB query iteration batch size
11+
* page_size - control the page sizes when paginating connection results
1112
* Added support for LocalStructuredProperty.
1213
* Given a property `ndb.LocalStructuredType(Something)` it will automatically
1314
map to a Field(SomethingType) - SomethingType has to be part of the schema.
1415
* Support for `repeated` and `required` propeties.
1516

16-
1717
0.1.3 (2016-05-27)
1818
---------------------
1919
* Added `graphene_gae.webapp2.GraphQLHandler` - a basic HTTP Handler to process GraphQL requests

Diff for: graphene_gae/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313

1414
__author__ = 'Eran Kampf'
15-
__version__ = '0.1.3'
15+
__version__ = '0.1.4'
1616

1717
__all__ = [
1818
NdbObjectType,

0 commit comments

Comments
 (0)