datasette/datasette/views
Simon Willison 1baa030eca
Switch to dash encoding for table/database/row-pk in paths
* Dash encoding functions, tests and docs, refs #1439
* dash encoding is now like percent encoding but with dashes
* Use dash-encoding for row PKs and ?_next=, refs #1439
* Use dash encoding for table names, refs #1439
* Use dash encoding for database names, too, refs #1439

See also https://simonwillison.net/2022/Mar/5/dash-encoding/
2022-03-07 07:38:29 -08:00
..
__init__.py Refactored views into new views/ modules, refs #256 2018-05-14 00:04:23 -03:00
base.py Switch to dash encoding for table/database/row-pk in paths 2022-03-07 07:38:29 -08:00
database.py Refactored alternate_url_json mechanism, refs #1620, #1533 2022-02-02 13:32:47 -08:00
index.py --cors Access-Control-Allow-Headers: Authorization 2021-10-14 12:03:28 -07:00
special.py Remove JSON rel=alternate from some pages, closes #1623 2022-02-02 13:48:52 -08:00
table.py Switch to dash encoding for table/database/row-pk in paths 2022-03-07 07:38:29 -08:00