Skip to content

Commit c6a7048

Browse files
committed
removed 'in progress' from docs about column choices
Piccolo Admin now supports the choices argument for columns.
1 parent d0a91c7 commit c6a7048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/piccolo/schema/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ By using choices, you get the following benefits:
138138

139139
* Signalling to other programmers what values are acceptable for the column.
140140
* Improved storage efficiency (we can store ``'l'`` instead of ``'large'``).
141-
* Piccolo admin support (in progress)
141+
* Piccolo Admin support

0 commit comments

Comments
 (0)