home / django_tickets

tickets

1 row where "created" is on date 2008-08-26 and owner = "msaelices" sorted by resolution

✎ View and edit SQL

This data as json, CSV (advanced)

owner 1 ✖

  • msaelices · 1 ✖

last_pulled_from_trac (date) 1 ✖

  • 2022-03-06 1

created (date) 1 ✖

  • 2008-08-26 · 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
8572 2008-08-26 21:04:18 2008-08-26 22:39:45 2022-03-06 03:42:36.604616 Unreviewed closed contrib.admin     dev duplicate Improve flexibility of admin.autodiscover for custom admin sites {{{admin.autodiscover}}} is great, but you cannot customize admin sites. It would be wonderful that you can call autodiscover with a optional {{{site}}} parameter, like this: {{{ #!python # urls.py from django.contrib import admin from yourproject.admin import custom_admin_site admin.autodiscover(site=custom_admin_site) urlpatterns = patterns('', ... ('^admin/(.*)', custom_admin_site.root), }}} I will attach a patch that implement that feature, without backwards incompatibility msaelices msaelices   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 956.798ms