home / django_tickets

tickets

1 row where "created" is on date 2007-09-10 and reporter = "toddobryan" sorted by resolution

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_pulled_from_trac (date)

reporter 1 ✖

  • toddobryan · 1 ✖

needs_better_patch 1 ✖

  • 0 1

created (date) 1 ✖

  • 2007-09-10 · 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
5376 2007-09-10 02:40:21 2007-09-16 16:01:25 2022-03-06 03:34:13.329400 Ready for checkin closed Core (Management commands)     dev fixed Add --addrport option to testserver command Because the `testserver` command takes fixtures as arguments, you can't currently set the IP address or port that it should use when it runs the server. This ticket adds the option `--addrport` to `testserver` and just passes it to the `runserver` command. toddobryan toddobryan   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 971.779ms