tickets
1 row where "created" is on date 2008-07-19 and owner = "Claude Paroz <claude@2xlibre.net>" 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7833 | 2008-07-19 11:03:20 | 2012-08-04 13:42:16 | 2022-03-06 03:40:40.536450 | Accepted | closed | contrib.auth | Bug | Normal | 1.2 | fixed | UserCreationForm doesn't handle the case where password1 is not set | The new UserCreationForm does not check wheter password1 is available in cleaned_data when checking it against the second password. It can be empty when the form is submitted and the user leaves this field blank. The patch has a test and a fix for this issue. | Claude Paroz <claude@2xlibre.net> | jvloothuis | 0 | 1 | 1 | 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 );