Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -4/+4 |
* | Refs #29131 -- Fixed space handling in ArrayField's item_invalid message. | Hasan Ramezani | 2018-05-13 | 1 | -1/+1 |
* | Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. | Nick Pope | 2017-12-11 | 1 | -1/+1 |
* | Converted usage of ugettext* functions to their gettext* aliases | Claude Paroz | 2017-02-07 | 1 | -1/+1 |
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
* | Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). | Mattias Loverot | 2016-08-25 | 1 | -3/+4 |
* | Fixed #25841 -- Handled base array fields validation errors with params. | Simon Charette | 2015-12-17 | 1 | -0/+30 |