home / django_tickets

tickets

2 rows where "created" is on date 2008-09-02 and version = "0.96" sorted by status

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: changetime (date)

version 1 ✖

  • 0.96 · 2 ✖

created (date) 1 ✖

  • 2008-09-02 · 2 ✖
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
8801 2008-09-02 17:08:36 2008-09-04 00:01:01 2022-03-06 03:43:12.360908 Unreviewed closed Documentation     0.96 wontfix .96 docs say svn http://www.djangoproject.com/documentation/release_notes_0.96/#backwards-incompatible-changes says "This document is for Django's SVN release" which is incorrect. nobody CarlFK   0 0 0 0 0 0
8814 2008-09-02 21:11:25 2008-09-02 21:17:51 2022-03-06 03:43:14.352682 Unreviewed closed Documentation     0.96 invalid Link for 0.96 Admin module Broken The page located at http://www.djangoproject.com/documentation/0.96/admin/ is missing. When reading the documentation for the admin module and you click on the 0.96 version link and there is no page at that location. nobody Caelin   0 0 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 936.444ms