index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
view_tests
Age
Commit message (
Expand
)
Author
2015-02-23
[1.8.x] Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-22
[1.8.x] Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.
Aymeric Augustin
2015-02-15
[1.8.x] Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-23
[1.8.x] Fixed warning leak in static.serve() test
Claude Paroz
2015-01-14
Fixed a static view test on Windows.
Tim Graham
2015-01-13
Ensured views.static.serve() doesn't use large memory on large files.
Tim Graham
2015-01-12
Made debug views not crash when there isn't a default template engine.
Aymeric Augustin
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-01
Fixed selenium test failure of JavascriptI18nTests.
Tim Graham
2014-11-22
Moved tests for render shortcuts to their own app.
Aymeric Augustin
2014-11-16
Removed override_template_loaders and override_with_test_loader.
Aymeric Augustin
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-26
Lowered memory consumption in debug ouput test
Claude Paroz
2014-08-13
Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.
Walter Doekes
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-07-26
Fixed code to solve #23070 problem
Hiroki KIYOHARA
2014-07-26
Added test for the #23070 problem
Hiroki KIYOHARA
2014-07-16
Added Chrome/IE support for a selenium test.
Tim Graham
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-06-30
Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.
Julia Matsieva
2014-06-24
Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...
Anubhav Joshi
2014-05-25
Fixed a few warnings in the testsuite.
Florian Apolloner
2014-05-22
Fixed #21598 -- cleaned up template loader overrides in tests
Unai Zalakain
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-27
Skipped JavascriptI18nTests if Firefox isn't properly configured.
Tim Graham
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-01
Fixed #15318 -- Added settings for language cookie max-age, path, domain
Sergey Kolosov
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-02-22
Deprecated django.utils.text.javascript_quote.
Baptiste Mispelon
2014-02-22
Added some tests for #21725.
Baptiste Mispelon
2014-02-15
Fixed #18373 - improved handling of Resolver404s from views
Grzegorz Nosek
2014-02-14
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...
Lukasz Balcerzak
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2014-01-03
Revert "Fixed #21227 -- Added workaround for selenium test failures"
Florian Apolloner
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-22
Made apps available for loading traslations in a test.
Aymeric Augustin
2013-12-22
Moved a test that didn't require Selenium.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-07
Added extra newline for flake8.
Tim Graham
2013-12-07
Fixed #21530 -- Prevent AttributeError in default URLconf detection code.
Baptiste Mispelon
[next]