Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/view_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-153-3/+3
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-172-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 con...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-ag...Sergey Kolosov2014-03-011-0/+19
* Fixed #22120 -- Documented persistent activation of langu...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...Lukasz Balcerzak2014-02-153-1/+40
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-145-40/+46
* Revert "Fixed #21227 -- Added workaround for selenium tes...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 ...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...Baptiste Mispelon2013-12-073-0/+42
* Fixed #21500 -- Removed imports of deprecated utils.impor...Baptiste 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-032-3/+3
* Fixing E302 ErrorsJason Myers2013-11-036-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 deb...Baptiste Mispelon2013-10-301-0/+10
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21227 -- Added workaround for selenium test failuresKevin Christopher Henry2013-10-241-0/+1
* Fixed #5789 -- Changed LocaleMiddleware session variable ...Bouke Haarsma2013-10-221-2/+2
* Removed unused local variables in tests.Tim Graham2013-10-191-14/+14
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-182-2/+2
* Whitespace cleanup.Tim Graham2013-10-103-3/+0
* Partial revert of 165f44aa.Aymeric Augustin2013-09-221-19/+17
* Fixed #21098 -- Applied sensitive_post_parameters to Mult...Tim Graham2013-09-182-1/+28
* Fixed #4278 -- Added a dirs parameter to a few functions ...Berker Peksag2013-09-184-0/+24
* Removed unneeded imports in tests's __init__.py and unifi...Florian Apolloner2013-09-096-13/+0
* Fixed some flake8 warningsAlex Gaynor2013-09-081-6/+6
* Removed unnecessary, leftover importsIan Wilson2013-09-071-2/+0
* adds fix and test for when a template is not specified at...Ian Wilson2013-09-063-0/+15
* Combine consecutive with statementsClaude Paroz2013-08-161-33/+31
* Unlocalize line numbers and ids in debug 500 view.Ramiro Morales2013-08-133-0/+25
* Test that django.views.static.serve() generates 404 statu...Ramiro Morales2013-08-101-2/+6
* Fixed test failures introduced by #12288Tim Graham2013-08-091-21/+17