summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2015-01-03Removed extraneous super call in LiveServerTestCaseClaude Paroz
2014-12-30Added ignore_warnings decoratorClaude Paroz
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-12-24Fixed #20349 -- Moved setting_changed signal to django.core.signals.Collin Anderson
2014-12-22Fixed #23792 -- Added test.utils.freeze_time() context manager.Thomas Chaumeny
2014-12-14Fixed #23992 -- Optimized reorder_suite functions using OrderedSetThomas Chaumeny
2014-12-12Refs #20392 -- Load fixtures once within TestCaseThomas Chaumeny
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-06Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...Diego GuimarĂ£es
2014-12-06Updated obsolete comment.Aymeric Augustin
2014-12-04Fixed #23911 -- Added support for buffer file uploads in the test clientThomas Tanner
2014-12-03Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-12-01Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...wrwrwr
2014-11-29Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr
2014-11-25Fixed #23682 -- Enhanced circular redirects detection in tests.wrwrwr
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-23Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin
2014-11-23Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin
2014-11-23Removed dependency of template loaders on Django settings.Aymeric Augustin
2014-11-23Moved template loaders management in Engine.Aymeric Augustin
2014-11-23Introduced a template engine class.Aymeric Augustin
2014-11-19Simplified caching of template context processors.Aymeric Augustin
2014-11-19Simplified caching of templatetags modules.Aymeric Augustin
2014-11-19Simplified caching of get_default_timezone().Aymeric Augustin
2014-11-16Refactored getting the list of template loaders.Aymeric Augustin
2014-11-16Removed override_template_loaders and override_with_test_loader.Aymeric Augustin
2014-11-16Refactored listing template subdirectories in apps.Aymeric Augustin
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-16Fixed regression in 4dc4d12e. Refs #21598.Aymeric Augustin
2014-11-10Fixed negligible formatting error.Aymeric Augustin
2014-11-10Removed legacy code from old transaction systemThomas Chaumeny
2014-11-03Fixed #23300 -- Made assertTemplateUsed throw an error on responses not fetch...Davide Ceretti
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-10-28Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala
2014-10-23Fixed #23707 -- Prevented discovery of duplicated testsClaude Paroz
2014-10-21Fixed #21740 -- Allowed test client data to be an empty stringClaude Paroz
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-08Fixed #23600 -- Made default_storage aware of more settings changes.Duncan Parkes
2014-09-29Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...Thomas Chaumeny
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-28Factorize some code using ContextDecorator.Thomas Chaumeny
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-23Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz