django/tests/regressiontests/test_client_regress
Claude Paroz 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
2012-06-07 18:08:47 +02:00
..
bad_templates
fixtures
templates
__init__.py
models.py Moved test_client_regress tests from models.py to tests.py 2012-05-31 17:21:13 +02:00
session.py Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478. 2011-11-27 17:52:24 +00:00
tests.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
urls.py Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft 2011-12-16 23:40:32 +00:00
views.py Cleaned up test_client_regress tests 2012-05-31 17:43:21 +02:00