summaryrefslogtreecommitdiff
path: root/tests/view_tests
Commit message (Expand)AuthorAgeFilesLines
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-3/+12
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-282-23/+35
* Fixed selenium test failure of JavascriptI18nTests.Tim Graham2014-12-011-2/+5
* Moved tests for render shortcuts to their own app.Aymeric Augustin2014-11-225-166/+1
* Removed override_template_loaders and override_with_test_loader.Aymeric Augustin2014-11-162-7/+12
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Lowered memory consumption in debug ouput testClaude Paroz2014-08-261-2/+2
* Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.Walter Doekes2014-08-131-0/+46
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-123-7/+10
* Fixed code to solve #23070 problemHiroki KIYOHARA2014-07-261-1/+16
* Added test for the #23070 problemHiroki KIYOHARA2014-07-261-0/+15
* Added Chrome/IE support for a selenium test.Tim Graham2014-07-161-0/+8
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-6/+6
* Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva2014-06-303-1/+26
* Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi2014-06-241-0/+5
* Fixed a few warnings in the testsuite.Florian Apolloner2014-05-251-0/+1
* Fixed #21598 -- cleaned up template loader overrides in testsUnai Zalakain2014-05-222-21/+8
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-153-3/+3
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-162-3/+3
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-068-16/+15
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-034-60/+61
* Skipped JavascriptI18nTests if Firefox isn't properly configured.Tim Graham2014-03-271-7/+7
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov2014-03-011-0/+19
* Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn2014-02-221-3/+3
* Deprecated django.utils.text.javascript_quote.Baptiste Mispelon2014-02-221-7/+7
* Added some tests for #21725.Baptiste Mispelon2014-02-225-0/+37
* Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek2014-02-152-1/+9
* Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak2014-02-143-1/+40
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-145-40/+46
* Revert "Fixed #21227 -- Added workaround for selenium test failures"Florian Apolloner2014-01-031-1/+0
* Imported override_settings from its new location.Aymeric Augustin2013-12-233-7/+5
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-15/+14
* Added modify_settings to alter settings containing lists of values.Aymeric Augustin2013-12-231-0/+1
* Made apps available for loading traslations in a test.Aymeric Augustin2013-12-221-1/+2
* Moved a test that didn't require Selenium.Aymeric Augustin2013-12-221-5/+4
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-9/+7
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+2
* Added extra newline for flake8.Tim Graham2013-12-071-0/+1
* Fixed #21530 -- Prevent AttributeError in default URLconf detection code.Baptiste Mispelon2013-12-073-0/+42
* Fixed #21500 -- Removed imports of deprecated utils.importlibBaptiste Mispelon2013-11-241-1/+2
* Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma2013-11-221-0/+16
* Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma2013-11-031-3/+35
* Fixed all E261 warningscoagulant2013-11-022-3/+3
* Fixing E302 ErrorsJason Myers2013-11-026-4/+45
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-023-5/+2
* Fixed #21324 -- Translate CSRF failure viewBouke Haarsma2013-11-023-0/+58
* Added some more tests for the debug page.Baptiste Mispelon2013-10-301-0/+44
* Fixed #21345: Don't evaluate callable settings in the debug page.Baptiste Mispelon2013-10-301-0/+10