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. |
||
|---|---|---|
| .. | ||
| model | ||
| __init__.py | ||
| checks.py | ||
| connections.py | ||
| unasync_util.py | ||