summary refs log tree commit diff
path: root/demo/webserver.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-15Make generating SQL bounds for pagination genericErik Johnston1-61/+118
This will allow us to reuse the same structure when we paginate e.g. relations
2019-05-15Update docstring with correct return typeErik Johnston1-1/+1
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2019-05-15