summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2015-07-01Fixed #20916 -- Added Client.force_login() to bypass authentication.Jon Dufresne
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-12Refs #24965 -- Added changes from accidentally reverted file for last commit.Moritz Sichert
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-06-05Fixed #19542: Made mirroring databases for tests work with OracleShai Berger
2015-05-25Fixed #24773 -- Added a json() method on test client responses.Andy McKay
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-20Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.Simon Charette
2015-05-18Added backwards compatibility for assertRaisesMessage callable_obj param.Tim Graham
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-16Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessage() deprecation warn...Tim Graham
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-03-29Fixed #19259 -- Added group by selected primary keys support.Simon Charette
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-18Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier
2015-02-28Simplified emit_post_migrate from flush commandClaude Paroz
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Removed old import aliases.Tim Graham
2015-02-05Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin
2015-02-04Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...mlavin
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-18Removed test.utils.TestTemplateLoader per deprecation timeline.Tim Graham
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