tickets
3 rows where "created" is on date 2011-06-09 and resolution = "duplicate" sorted by changetime
This data as json, CSV (advanced)
Suggested facets: type, ui_ux, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16181 | 2011-06-09 10:34:35 | 2011-06-09 10:47:02 | 2022-03-06 04:02:29.874172 | Unreviewed | closed | Template system | Bug | Normal | 1.3 | duplicate | Template debugger highlights the row with error incorrectly | Imagine you have a template like {{{ {% for item in loop %} {% broken_tag %} {% endfor %} }}} where loop is any not empty iterable, and "broken_tag" tag raises an exception (whatever the exception is). Then template debugger will highlight the first string with the for statement instead of the "broken_tag" string as a place where the error occured. | nobody | vladmos | 0 | 0 | 0 | 0 | 0 | 0 | |
16190 | 2011-06-09 13:46:03 | 2011-07-14 02:14:54 | 2022-03-06 04:02:31.210671 | Design decision needed | closed | Core (Other) | Cleanup/optimization | Normal | 1.3 | duplicate | django.views.debug.technical_500_response() not much helpful for AJAX request | When DEBUG=True and exception is raised inside a view, Django generates complete HTML page with exception info. For AJAX requests it's not much readable (redundant CSS, <head>, etc.), it would be nice if there is another template for AJAX, which returns some simplified HTML or event text which can be than displayed to developer. | nobody | zimnyx | 0 | 0 | 0 | 0 | 0 | 1 | |
16197 | 2011-06-09 15:57:15 | 2012-06-22 18:44:42 | 2022-03-06 04:02:32.305171 | Accepted | closed | contrib.auth | Cleanup/optimization | Normal | dev | duplicate | Rewrite contrib auth to use class based views | Having classed based views for the auth app would make reusing them from your own site with small modifications a lot easier. | hvdklauw | hvdklauw | dceu2011 | 0 | 0 | 0 | 0 | 0 | 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 );