| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-11 | Refs #27656 -- Updated django.utils docstring verbs according to PEP 257. | Anton Samarchyan | |
| 2017-02-01 | Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. | Vytis Banaitis | |
| 2017-01-21 | Refs #23919 -- Removed misc references to Python 2. | Tim Graham | |
| 2015-02-09 | Removed some obsolete absolute_imports. | Tim Graham | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-12-25 | Fixed #23866 -- Harmonized refs to Django documentation from code | Claude Paroz | |
| 2014-09-10 | Avoided using deprecated version of importlib; refs #23418. | Tim Graham | |
| 2014-09-08 | Fixed flake8 warning. | Tim Graham | |
| 2014-09-08 | Fixed #23418 -- Fail when migration deconstruct produces invalid import | Markus Holtermann | |
| 2013-10-21 | Fixed #21275 -- Fixed a serializer error when generating migrations for ↵ | Loic Bistuer | |
| contrib.auth. The migration serializer now looks for a deconstruct method on any object. | |||
