home / django_tickets

tickets

1 row where "created" is on date 2007-12-01 and resolution = "duplicate" sorted by resolution

✎ View and edit SQL

This data as json, CSV (advanced)

resolution 1 ✖

  • duplicate · 1 ✖

needs_better_patch 1 ✖

  • 0 1

created (date) 1 ✖

  • 2007-12-01 · 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
6077 2007-12-01 13:57:37 2011-01-04 00:22:52 2022-03-06 03:36:11.015950 Accepted closed contrib.admin     newforms-admin duplicate simple way to see help_text in edit_inline I just added <th title=""> for every column, that has some help_text. xian jakub_vysoky sprintdec01 admin template help text edit inline nfa-someday 0 1 0 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 1074.483ms