tickets
1 row where "created" is on date 2008-08-12 and needs_tests = 1 sorted by resolution
This data as json, CSV (advanced)
Suggested facets: last_pulled_from_trac (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8270 | 2008-08-12 23:13:54 | 2014-06-08 19:55:52 | 2022-03-06 03:41:48.502448 | Accepted | closed | contrib.contenttypes | New feature | Normal | dev | fixed | Add convenience method to ContentTypeManager | app_label, model_name (e.g. ('news', 'story')) is often passed around internally in our codebase. The attached patch would be nice in Django, since otherwise we do a little hula to get the ContentType object. Doing a direct query would miss the handy cache ContentTypeManager includes. | nobody | jdunck | 0 | 1 | 1 | 1 | 1 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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 );