We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a8c1f commit 0255608Copy full SHA for 0255608
CHANGES
@@ -26,13 +26,13 @@ To create a fixture:
26
27
.. code-block:: bash
28
29
- piccolo fixture dump --apps=blog > fixture.json
+ piccolo fixtures dump --apps=blog > fixture.json
30
31
To load a fixture:
32
33
34
35
- piccolo fixture load fixture.json
+ piccolo fixtures load fixture.json
36
37
As part of this change, Piccolo's Pydantic support was brought into this
38
library (prior to this it only existed within the ``piccolo_api`` library). At
0 commit comments