summaryrefslogtreecommitdiff
path: root/tests/view_tests
AgeCommit message (Expand)Author
2014-07-26[1.7.x] Fixed code to solve #23070 problemHiroki KIYOHARA
2014-07-26[1.7.x] Added test for the #23070 problemHiroki KIYOHARA
2014-07-16[1.7.x] Added Chrome/IE support for a selenium test.Tim Graham
2014-07-07[1.7.x] Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-05-25[1.7.x] Fixed a few warnings in the testsuite.Florian Apolloner
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-03-28[1.7.x] Skipped JavascriptI18nTests if Firefox isn't properly configured.Tim Graham
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-22Deprecated django.utils.text.javascript_quote.Baptiste Mispelon
2014-02-22Added some tests for #21725.Baptiste Mispelon
2014-02-15Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2014-01-03Revert "Fixed #21227 -- Added workaround for selenium test failures"Florian Apolloner
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-22Made apps available for loading traslations in a test.Aymeric Augustin
2013-12-22Moved a test that didn't require Selenium.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-07Added extra newline for flake8.Tim Graham
2013-12-07Fixed #21530 -- Prevent AttributeError in default URLconf detection code.Baptiste Mispelon
2013-11-24Fixed #21500 -- Removed imports of deprecated utils.importlibBaptiste Mispelon
2013-11-22Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma
2013-11-03Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Fixed #21324 -- Translate CSRF failure viewBouke Haarsma
2013-10-30Added some more tests for the debug page.Baptiste Mispelon
2013-10-30Fixed #21345: Don't evaluate callable settings in the debug page.Baptiste Mispelon
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-24Fixed #21227 -- Added workaround for selenium test failuresKevin Christopher Henry
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-09-18Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-07Fixed some flake8 warningsAlex Gaynor
2013-09-06Removed unnecessary, leftover importsIan Wilson
2013-09-06adds fix and test for when a template is not specified at all to render(). fi...Ian Wilson
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-12Unlocalize line numbers and ids in debug 500 view.Ramiro Morales