| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2022-02-01 | Refs #33476 -- Used vertical hanging indentation for format lists with ↵ | Mariusz Felisiak | |
| inline comments. Lists with multiple values and comments per-line are reformatted by Black to multiple lines with a single comment. For example: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] is reformatted to the: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] This reformats affected entries to multiple lines with corresponding comments. | |||
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2015-02-03 | Fixed #24149 -- Normalized tuple settings to lists. | darkryder | |
| 2014-09-13 | Fixed #23466 -- Removed seconds from all locale time output formats. | Malte Beckmann | |
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-03-29 | Fixed #14540 -- Added Porto-Rico specific formats | Claude Paroz | |
| Thanks rosarior for the report and the file proposal. | |||
