home / django_tickets

tickets

1 row where "created" is on date 2008-09-02 and needs_better_patch = 1 sorted by status

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: changetime (date), last_pulled_from_trac (date)

needs_better_patch 1 ✖

  • 1 · 1 ✖

created (date) 1 ✖

  • 2008-09-02 · 1 ✖
id created changetime last_pulled_from_trac stage status ▼ component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8809 2008-09-02 19:58:37 2015-01-30 17:09:54 2022-03-06 03:43:13.545045 Accepted closed Core (URLs) New feature Normal dev wontfix Better error message when can't import url callback in django.core.urlresolvers _get_callback it would be helpful to display not just the module name that couldn't be imported, but the entire urls.py line that was the problem. Without more information it's incredibly hard to track down WHICH urls.py file has the problem and which line in that file is problematic. nobody TP error message 0 1 1 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tickets (
        id int primary key,
        created datetime,
        changetime datetime,
        last_pulled_from_trac datetime,
        stage text,
        status text,
        component text,
        type text,
        severity text,
        version text,
        resolution text,
        summary text,
        description text,
        owner text,
        reporter text,
        keywords text,
        easy boolean,
        has_patch boolean,
        needs_better_patch boolean,
        needs_tests boolean,
        needs_docs boolean,
        ui_ux boolean
    );
Powered by Datasette · Queries took 1457.591ms