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
/
django
/
test
Age
Commit message (
Expand
)
Author
2013-02-25
[1.5.x] Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-19
[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...
Carl Meyer
2013-02-16
[1.5.x] Fixed #19833 -- Fixed import parameter encoding in get_runner
Claude Paroz
2013-02-10
[1.5.x] Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-01-09
[1.5.x] Fixed #19546 - ensure that deprecation warnings are shown during tests
Preston Holmes
2013-01-01
[1.5.x] Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.
Aymeric Augustin
2012-12-31
[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
Aymeric Augustin
2012-12-24
[1.5.x] Fixed HTML comparisons of class="foo bar" and class="bar foo" in tests
Luke Plant
2012-12-24
[1.5.x] Add assertJSONEqual method to TestCase
Ian Clelland
2012-12-24
[1.5.x] Add assertInHTML method to TestCase
Ian Clelland
2012-12-22
[1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3.
Aymeric Augustin
2012-12-22
[1.5.x] Fixed #19487 -- Used str in the test client's WSGI environ.
Aymeric Augustin
2012-11-25
[1.5.x] Enabled SimpleTestCase to be decorated by override_settings
Claude Paroz
2012-11-25
[1.5.x] Fixed #18417 -- Raised exception when unittest.TestCase is decorated ...
Claude Paroz
2012-11-25
[1.5.x] Fixed #19355 -- Improved LiveServerThread's handling of exceptions. T...
Julien Phalip
2012-11-24
[1.5.x] Fixed #19343 -- Deadlock with TransactionTestCase + TEST_MIRROR + mul...
Aymeric Augustin
2012-11-22
[1.5.x] Fixed #18984 -- Avoided a deadlock in test teardown.
Aymeric Augustin
2012-11-16
[1.5.x] Fixed #19296 -- Applied test connection sharing for spatialite
Claude Paroz
2012-10-30
[1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signal
Claude Paroz
2012-10-24
Fixed #13222 -- Made HttpResponse iterable once
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-20
Fixed #19094 -- Improved FakePayload to support write, len and string input
Claude Paroz
2012-10-15
Fixed assertXMLEqual when first node was a comment
Claude Paroz
2012-10-10
Use renamed threading event API in Python 3.3
Ian Clelland
2012-10-06
Added assertXML[Not]Equal assertions
Claude Paroz
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-18
Fixed #18980 -- Fixed assertContains regression when passed an object
Jeremy Dunck
2012-09-15
Fixed #17948 -- Isolated auth tests from custom template loaders
Claude Paroz
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-21
Fixed #18196 -- Improved loaddata error messages.
Claude Paroz
2012-08-16
Fixed Python version check in testcases.py
Claude Paroz
2012-08-16
[py3] Avoided relying on 2.x-only internals
Aymeric Augustin
2012-08-15
Allow tests using a LiveServer to get closer to working.
Alex Gaynor
2012-08-14
[py3] Favoured unicode strings in assert(Not)Contains
Claude Paroz
2012-08-13
[py3] Fixed content encoding in test client
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-11
[py3] Fixed reraising of exceptions
Claude Paroz
2012-08-11
[py3] Fixed str_prefix test utility
Claude Paroz
2012-08-08
[py3] Made Element instances hashable
Claude Paroz
2012-08-08
Fix TestCase.assertQuerysetEqual on python 3, this is needed for a large numb...
Alex Gaynor
2012-08-07
[py3] Ported django.test.doctest.
Aymeric Augustin
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Fixed remaining Python 3 syntax errors.
Aymeric Augustin
[next]