| Age | Commit message (Expand) | Author |
|---|---|---|
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot |
| 2020-05-04 | Changed `'%s' % value` pattern to `str(value)`. | Nick Pope |
| 2017-07-20 | Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre... | Tim Graham |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand |
| 2017-01-19 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette |
| 2017-01-18 | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz |
| 2017-01-18 | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz |
| 2015-09-26 | Made tests/serializers/models.py a models package | Claude Paroz |
