home / django_tickets

tickets

1 row where "changetime" is on date 2008-10-06 and "created" is on date 2008-08-29 sorted by component

✎ View and edit SQL

This data as json, CSV (advanced)

created (date) 1 ✖

  • 2008-08-29 · 1 ✖

changetime (date) 1 ✖

  • 2008-10-06 · 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
8688 2008-08-29 16:22:46 2008-10-06 08:44:41 2022-03-06 03:42:54.994220 Unreviewed closed Documentation     dev fixed Small change on documentation for static media serving I'd like to suggest a small change to the documentation on http://docs.djangoproject.com/en/dev/howto/static-files/#limiting-use-to-debug-true which would be adding a variable like settings.MEDIA_DEVELOPMENT_ROOT instead of using an hardcoded path on the urls.py for development purposes. This is a much better way for different developers to work on the same project with only different settings.py files. nobody trodrigues static media files 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 1474.072ms