Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24476 -- Added context manager/decorator for overr...Bas Peschier2015-03-181-0/+21
* Simplified emit_post_migrate from flush commandClaude Paroz2015-02-281-2/+2
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-066-32/+35
* Removed old import aliases.Tim Graham2015-02-061-1/+0
* Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin2015-02-051-0/+2
* Fixed #24197 -- Added clearing of staticfiles caches on s...mlavin2015-02-041-0/+21
* 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
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-5/+62
* Removed extraneous super call in LiveServerTestCaseClaude Paroz2015-01-031-2/+0
* Added ignore_warnings decoratorClaude Paroz2014-12-302-25/+39
* Fixed #12118 -- Added shared cache support to SQLite in-m...Andriy Sokolovskiy2014-12-301-5/+3
* Added initial support for loading template engines.Aymeric Augustin2014-12-281-1/+10
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-2/+1
* Fixed #23792 -- Added test.utils.freeze_time() context ma...Thomas Chaumeny2014-12-221-0/+17
* Fixed #23992 -- Optimized reorder_suite functions using O...Thomas Chaumeny2014-12-141-8/+8
* Refs #20392 -- Load fixtures once within TestCaseThomas Chaumeny2014-12-121-29/+31
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-082-6/+6
* 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 #23911 -- Added support for buffer file uploads in ...Thomas Tanner2014-12-041-3/+8
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-15/+59
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-0/+9
* Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) ...wrwrwr2014-12-011-1/+8
* Fixed #23930 -- Added copies of captured_std* managers fr...wrwrwr2014-11-291-0/+48
* Fixed #23682 -- Enhanced circular redirects detection in ...wrwrwr2014-11-251-7/+24
* Fixed #23742 -- Added an option to reverse tests order.wrwrwr2014-11-251-7/+17
* Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin2014-11-231-0/+1
* Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin2014-11-231-7/+0
* Removed dependency of template loaders on Django settings.Aymeric Augustin2014-11-231-0/+1
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-7/+0
* Introduced a template engine class.Aymeric Augustin2014-11-231-0/+13
* Simplified caching of template context processors.Aymeric Augustin2014-11-191-2/+2
* Simplified caching of templatetags modules.Aymeric Augustin2014-11-191-2/+2
* Simplified caching of get_default_timezone().Aymeric Augustin2014-11-191-1/+1
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-2/+2
* Removed override_template_loaders and override_with_test_...Aymeric Augustin2014-11-161-86/+2
* Refactored listing template subdirectories in apps.Aymeric Augustin2014-11-161-3/+3
* 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 negligible formatting error.Aymeric Augustin2014-11-101-0/+1
* Removed legacy code from old transaction systemThomas Chaumeny2014-11-101-24/+1
* Fixed #23300 -- Made assertTemplateUsed throw an error on...Davide Ceretti2014-11-031-0/+6
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-12/+21
* Fixed #23606 -- Implemented Client and RequestFactory tra...Rigel Di Scala2014-10-281-0/+13
* Fixed #23707 -- Prevented discovery of duplicated testsClaude Paroz2014-10-231-3/+5
* Fixed #21740 -- Allowed test client data to be an empty s...Claude Paroz2014-10-211-3/+6
* Removed redundant skip_checks option for call_commandClaude Paroz2014-10-201-4/+2
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-8/+8