summaryrefslogtreecommitdiff
path: root/tests/regressiontests/httpwrappers
Commit message (Collapse)AuthorAgeFilesLines
* unicode: Merged from trunk up to [5213].Malcolm Tredinnick2007-05-131-0/+11
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/unicode@5214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* unicode: Added handling for illegaly encoded form input.Malcolm Tredinnick2007-05-121-0/+10
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/unicode@5197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* unicode: First part of the form input changes. Form parameters are nowMalcolm Tredinnick2007-05-111-37/+37
| | | | | | | automatically returned as unicode. git-svn-id: http://code.djangoproject.com/svn/django/branches/unicode@5184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* unicode: Merged from trunk up to [5121].Malcolm Tredinnick2007-04-281-0/+18
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/unicode@5126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ↵Russell Keith-Magee2006-08-273-0/+358
existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3661 bcc190cf-cafb-0310-a4f2-bffc1f526a37