Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-1/+11
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-0/+15
* Fixed #24476 -- Added context manager/decorator for overr...Bas Peschier2015-03-181-0/+21
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-1/+23
* Removed test.utils.TestTemplateLoader per deprecation tim...Tim Graham2015-01-181-12/+0
* Added ignore_warnings decoratorClaude Paroz2014-12-301-22/+35
* Fixed #23792 -- Added test.utils.freeze_time() context ma...Thomas Chaumeny2014-12-221-0/+17
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Refs #23947 -- Worked around a bug in Python that prevent...Diego GuimarĂ£es2014-12-061-0/+14
* Updated obsolete comment.Aymeric Augustin2014-12-061-2/+2
* Fixed #23930 -- Added copies of captured_std* managers fr...wrwrwr2014-11-291-0/+48
* Removed override_template_loaders and override_with_test_...Aymeric Augustin2014-11-161-86/+2
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-18/+12
* Fixed regression in 4dc4d12e. Refs #21598.Aymeric Augustin2014-11-161-3/+5
* Fixed #17101 -- Integrated django-secure and added check ...Tim Graham2014-09-121-1/+5
* Factorize some code using ContextDecorator.Thomas Chaumeny2014-08-281-8/+2
* Fixed #22873 -- Renamed use_debug_cursor to force_debug_c...areski2014-07-261-3/+3
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-2/+2
* Fixed #21598 -- cleaned up template loader overrides in t...Unai Zalakain2014-05-231-24/+89
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-221-4/+4
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-7/+5
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Removed TransRealMixin.Aymeric Augustin2014-01-271-17/+0
* Fixed some missing/extraneous new line warnings.Simon Charette2014-01-261-1/+0
* Moved sys.path-extending decorator to django.test.utils a...Carl Meyer2014-01-261-0/+12
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+20
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-4/+4
* Fixed override_settings when set_available_apps raises an...Aymeric Augustin2013-12-241-4/+10
* Added modify_settings to alter settings containing lists ...Aymeric Augustin2013-12-231-12/+63
* Refactored INSTALLED_APPS overrides.Aymeric Augustin2013-12-231-0/+7
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-1/+1
* Fixed #21383 -- Added request details in SuspiciousOperat...Claude Paroz2013-11-091-2/+2
* Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin2013-11-041-1/+0
|\
| * Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma2013-11-031-1/+0
* | Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
|/
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-2/+2
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales2013-10-231-0/+18
* Fixed #21263 -- Fixed issue with override_settings in inh...Claude Paroz2013-10-151-12/+5
* Factorized requires_tz_support decorator in test utilsClaude Paroz2013-10-011-1/+14
* Fixed #19031 -- Added a warning when using override_setti...Joeri Bekker2013-07-121-2/+2
* Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin2013-07-011-3/+9
* Removed warnings level handling code as per deprecation TL.Ramiro Morales2013-06-291-25/+0
* Fixed #20636 -- Stopped stuffing values in the settings.Aymeric Augustin2013-06-241-9/+13
* Fixed #20290 -- Allow override_settings to be nestedOliver Beattie2013-06-211-1/+2
* Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson2013-05-311-0/+10
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+20
* Moved IgnorePendingDeprecationWarningsMixin in django.tes...Aymeric Augustin2013-05-181-0/+21