datasette/datasette
Russ Garrett f2b940d602 Link foreign keys which don't have labels
This renders unlabeled FKs as simple links. I can't see why this would
cause any major problems.

Also includes bonus fixes for two minor issues:

* In foreign key link hrefs the primary key was escaped using HTML
  escaping rather than URL escaping. This broke some non-integer PKs.
* Print tracebacks to console when handling 500 errors.
2018-04-14 07:59:59 -07:00
..
static Ability to sort using form fields (for mobile portrait mode) 2018-04-09 17:34:32 -07:00
templates Better mechanism for handling errors; 404s for missing table/database 2018-04-13 11:17:22 -07:00
__init__.py Added __version__, bumped it to 0.12 2017-11-16 07:20:54 -08:00
app.py Link foreign keys which don't have labels 2018-04-14 07:59:59 -07:00
cli.py package and publish commands now accept --static and --template-dir 2017-12-09 10:28:49 -08:00
utils.py Hide Spatialite system tables 2018-04-12 14:34:47 -07:00
version.py Release 0.17 to fix issues with PyPI 2018-04-13 12:04:40 -07:00