Skip to content

Commit

Permalink
Merge branch 'master' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Sep 28, 2023
2 parents 6906469 + 6031dbb commit ccbeabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.mypy_cache/
.vscode/
.idea/
*.pyc
build/
dist/
Expand Down
2 changes: 1 addition & 1 deletion docs/source/crud/piccolo_crud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ For example, to return results 11 to 20:

.. code-block::
GET /movie/?__page=2&page_size=10
GET /movie/?__page=2&__page_size=10
-------------------------------------------------------------------------------

Expand Down

0 comments on commit ccbeabf

Please sign in to comment.