summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-15/+18
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-0/+6
* Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.André Ericson2019-10-211-39/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-6/+6
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+3
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-5/+3
* Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from classMoritz Sichert2015-06-121-1/+39
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Accounted for multiple template engines in template responses.Aymeric Augustin2015-01-121-5/+5
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+108