Fixed page size problem with `all()` The default page size for `all` is supposed to be 1000 not 10, for performance reasons. When I changed the constant `DEFAULT_PAGE_SIZE` a while back, I seem to have forgotten to have changed it here. This fixes that.  | 
			||
|---|---|---|
| .. | ||
| cli | ||
| migrations | ||
| __init__.py | ||
| encoders.py | ||
| model.py | ||
| query_resolver.py | ||
| render_tree.py | ||
| token_escaper.py | ||