| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-09 | Removed default empty content argument from HttpResponse calls. | Jon Dufresne | |
| 2014-10-31 | Avoided using private API get_template_from_string. | Aymeric Augustin | |
| 2014-05-05 | Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear ↵ | Loic Bistuer | |
| urlresolvers._urlconfs. Thanks Anubhav Joshi and Tim Graham for the reviews. | |||
| 2013-11-08 | Flake8 fix -- correct number of newlines between top level definitions | Alex Gaynor | |
| 2013-11-08 | Fixed #17529 -- get_template_from_string default arguments break | Unai Zalakain | |
| ``get_template_from_string`` default arguments were breaking ``assertTemplateUsed``. The solution has been to return only the names of the templates with a ``name`` attribute distinct of ``None``. The default ``name`` kwarg of ``Template`` has been changed to ``None``, more pythonic than ``'<Unknown Template>'``. | |||
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
