summaryrefslogtreecommitdiff
path: root/tests/view_tests
Commit message (Expand)AuthorAgeFilesLines
* Unlocalize line numbers and ids in debug 500 view.Ramiro Morales2013-08-123-0/+25
* Test that django.views.static.serve() generates 404 status codes.Ramiro Morales2013-08-101-2/+6
* Fixed test failures introduced by #12288Tim Graham2013-08-091-21/+17
* Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin2013-08-043-6/+29
* Removed most of absolute_import importsClaude Paroz2013-07-299-13/+5
* Fixed a few more imports of django.utils.unittest.Aymeric Augustin2013-07-011-1/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham2013-05-301-1/+1
|\
| * Clearer explanation when exception has no messageMarti Raudsepp2013-04-231-1/+1
* | Fixed #6412 -- More details if a template file cannot be loadedMathijs de Bruin2013-05-213-9/+40
* | Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* | Fixed ff881aef on Python 3.Aymeric Augustin2013-05-181-1/+1
* | Fixed #13958 -- problem reporting exception from \r-line-ended fileShai Berger2013-05-181-1/+20
* | Fixed a regression introduced in 9f7a01ef2bed8c0395a970286e8f87fd7d344b3b.Florian Apolloner2013-05-051-1/+2
|/
* Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter2013-04-141-3/+3
* Updated a renamed test fileClaude Paroz2013-04-131-1/+1
* Modified view_tests for unittest2 discovery.Preston Timmons2013-04-127-5/+5
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-142-38/+0
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-2644-0/+1922