datasette/tests
Simon Willison 386fb11d42
?_filter_column=col&_filter_op=op&_filter_value=value redirect
Part of implementing the filters UI (refs #86) - the following:

    /trees/Trees?_filter_column=SiteOrder&_filter_op=gt&_filter_value=2

Now redirects to this;

    /trees/Trees?SiteOrder__gt=2
2017-11-19 12:25:29 -08:00
..
test_app.py ?_filter_column=col&_filter_op=op&_filter_value=value redirect 2017-11-19 12:25:29 -08:00
test_inspect.py Added unit tests for inspect() foreign key detection 2017-11-17 08:08:11 -08:00
test_utils.py Implemented ?_search=XXX + UI if a FTS table is detected 2017-11-19 08:59:26 -08:00