| Age | Commit message (Expand) | Author |
|---|---|---|
| 2017-05-11 | Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. | Alexander Allakhverdiyev |
| 2017-04-27 | Replaced django.utils.inspect.getargspec() with inspect.getfullargspec(). | Alexander Allakhverdiyev |
| 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-17 | Refs #18651 -- Removed assignment_tag per deprecation timeline. | Tim Graham |
| 2016-04-08 | Fixed E128 flake8 warnings in django/. | Tim Graham |
| 2015-06-29 | Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output. | Luke Plant |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham |
| 2015-06-15 | Fixed #24979 -- Removed usage of inspect.getargspec(). | Tim Graham |
| 2015-05-21 | Fixed #17085, #24783 -- Refactored template library registration. | Preston Timmons |
