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
/
regressiontests
/
views
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-25
Fixed #19854 -- Turn Django's own Selenium tests off by default.
Carl Meyer
2013-02-23
Added test runner option to skip Selenium tests (#19854).
Zbigniew Siciarz
2013-02-18
Avoided firing the request_finished signal in tests.
Aymeric Augustin
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-01-31
Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Aymeric Augustin
2012-12-31
Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...
Julien Phalip
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-17
Fixed typo introduced in 4a5e8087ac7676ef08e76275c1f756778b39c13e.
Jannis Leidel
2012-11-17
Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScri...
Jannis Leidel
2012-10-20
Used @override_settings in several tests.
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-08
[py3] Decoded the parsed source file encoding in debug view
Claude Paroz
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-26
Fixed #18675 -- Fixed was_modified_since with floating-point mtime
Claude Paroz
2012-09-15
Modernized views.DebugViewTests
Claude Paroz
2012-08-15
[py3] Fix some more encoding issues in tests
Claude Paroz
2012-08-15
[py3] Fixed jsi18n test.
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-08-04
Fixed #18700 -- Added URL reversal for i18n set_language view.
Simon Meers
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-03
Fixed #17138 -- Made the sensitive_variables decorator work with object methods.
Julien Phalip
2012-05-25
Specified when open should use binary mode.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-04-14
Converted more test assertions to assert[Not]Contains.
Claude Paroz
2012-04-09
Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-11-11
Fixed #17197 -- Prevented a locale leakage from an i18n test causing collater...
Julien Phalip
2011-10-26
Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...
Julien Phalip
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-10-02
Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...
Ramiro Morales
2011-09-16
Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-22
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...
Carl Meyer
2011-06-14
Fixed naming of test methods for the sake of consistency.
Jannis Leidel
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-05-24
Made expected output platform-independent in a test for the template postmort...
Ramiro Morales
2011-05-07
Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views/__init_...
Luke Plant
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Make use of new translation and settings context manager in the tests.
Jannis Leidel
2011-04-27
Refs #15903 -- Added a per-TestCase urlconf to reduce coupling between test a...
Carl Meyer
[next]