Commit History

Author SHA1 Message Date
  Tobias McNulty 17e661641d Refs #26666 -- Added ALLOWED_HOSTS validation when running tests. 8 years ago
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 8 years ago
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 years ago
  Tim Graham 015fad9060 Fixed #26175 -- Removed SHA1 password hashes in tests. 9 years ago
  Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 9 years ago
  Tim Graham edf3b88f1a Refs #25969 -- Replaced usage of render_to_response() with render() in tests. 9 years ago
  Ville Skyttä 3ee18400ae Fixed #25668 -- Misc spelling errors 9 years ago
  Tim Graham 9023696613 Removed dictionary and context_instance parameters for render functions. 9 years ago
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. 9 years ago
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 years ago
  Andy McKay 4525a0c466 Fixed #24773 -- Added a json() method on test client responses. 10 years ago
  Simon Charette be67400b47 Refs #24652 -- Used SimpleTestCase where appropriate. 10 years ago
  Claude Paroz a0c2eb46dd Fixed #23960 -- Removed http.fix_location_header 10 years ago
  Josh Smeaton 39a7eed1bb Converted test fixtures to setUpTestData methods 10 years ago
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 years ago
  Tim Graham 2fa2068406 Removed an unused import and a flake8 exclude that caused it to be missed. 10 years ago
  Tim Graham 6e13c0490d Changed RedirectView.permanent to False per deprecation timeline; refs #21587. 10 years ago
  Tim Graham 75f107b884 Removed request.REQUEST per deprecation timeline; refs #18659. 10 years ago
  Aymeric Augustin 79deb6a071 Accounted for multiple template engines in template responses. 10 years ago
  Claude Paroz 51890ce889 Applied ignore_warnings to Django tests 10 years ago
  Aymeric Augustin 9eb4f28e89 Deprecated TEMPLATE_CONTEXT_PROCESSORS. 10 years ago
  Aymeric Augustin d3205e3e2e Deprecated TEMPLATE_DIRS. 10 years ago
  Aymeric Augustin fdbfc98003 Deprecated some arguments of django.shortcuts.render(_to_response). 10 years ago
  wrwrwr 056a3c6c37 Fixed #23682 -- Enhanced circular redirects detection in tests. 10 years ago
  Aymeric Augustin f88ad710fa Simplified caching of template context processors. 10 years ago
  Aymeric Augustin 9eeb788cfb Refactored getting the list of template loaders. 10 years ago
  Berker Peksag f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
  Claude Paroz f0bb3c98cc Fixed #21740 -- Allowed test client data to be an empty string 10 years ago
  Tim Graham 4b257cf261 Fixed flake8 warnings. 10 years ago