summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-16[py3k] Fixed pagination_regress tests.Alex Gaynor
2012-08-16Fixed Python version check in testcases.pyClaude Paroz
2012-08-16[py3] Ported django.core.servers.Aymeric Augustin
2012-08-16[py3] Fixed test_utils tests of doctests.Aymeric Augustin
2012-08-16[py3] Avoided relying on 2.x-only internalsAymeric Augustin
2012-08-16[py3] Fixed the str tests.Aymeric Augustin
2012-08-16Merge pull request #273 from dmishe/py3_introspection_regressionAlex Gaynor
2012-08-16[py3] Fixed installed_models filtering.Dmitry Shevchenko
2012-08-15Fixed the generic_inline_admin tests for python3.Alex Gaynor
2012-08-15Fixed the admin_changelist tests for python3.Alex Gaynor
2012-08-15Fix changes introduced in fd04e7 so they don't break on Python 3.Ramiro Morales
2012-08-16Marked up a few raw values in the settings documentation.Simon Meers
2012-08-16Fixed #18759 -- updated SECRET_KEY documentationPiet Delport
2012-08-15Added import of force_unicode to utils/text.pyAdrian Holovaty
2012-08-15[py3] Fixed middleware_exceptions tests.Aymeric Augustin
2012-08-15[py3] Fixed more encoding issues in cache testsClaude Paroz
2012-08-15Used settings config for memcached tests.Claude Paroz
2012-08-15[py3] Fixed middleware tests.Aymeric Augustin
2012-08-15[py3] Fixed slug regexClaude Paroz
2012-08-15Fixed comment to match the codeTom Mortimer-Jones
2012-08-15[py3] Fixed dispatch testsClaude Paroz
2012-08-15Run memcache tests if any cache is configuredClaude Paroz
2012-08-15[py3] Fix some more encoding issues in testsClaude Paroz
2012-08-15Removed unneeded smart_bytes import which was introduced in f2fff84bc.Florian Apolloner
2012-08-15Fixed #18770 -- memcached cache backend expects byte strings as keysClaude Paroz
2012-08-15[py3] Fixed bad unicode testClaude Paroz
2012-08-15[py3] Fixed paginator tests.Florian Apolloner
2012-08-15[py3] Properly encode hashlib.md5 and zip.compress args in the tests.Florian Apolloner
2012-08-15[py3] fixed session file backend.Florian Apolloner
2012-08-15[py3] Fixed HTTP header serializationClaude Paroz
2012-08-15[py3] Fixed F-expression right-hand divisionClaude Paroz
2012-08-15Ensured that about half of the files opened in the formtools tests were expli...Alex Gaynor
2012-08-15[py3] Pass bytes to md5 in truncate_nameClaude Paroz
2012-08-15[py3] Fixed slugify filterClaude Paroz
2012-08-15[py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen
2012-08-15[py3] Removed excessive usage of smart_bytesClaude Paroz
2012-08-15Made the validation tests python3 friendly.Alex Gaynor
2012-08-15Ensured that the archive module consistantly explicitly closed all files.Alex Gaynor
2012-08-15Close files in the module_loading tests always.Alex Gaynor
2012-08-15[py3] Always pass bytes to hashlib.md5.Florian Apolloner
2012-08-15Fixed the erorr handling code for missing management commands.Alex Gaynor
2012-08-15Explicitly close a file during the email tests.Alex Gaynor
2012-08-15Allow tests using a LiveServer to get closer to working.Alex Gaynor
2012-08-15Always close files in the file_storage tests.Alex Gaynor
2012-08-15[py3] Fixed test_client_regress testsClaude Paroz
2012-08-15Sent got_request_exception signal before handle_uncaught_exceptionClaude Paroz
2012-08-15Fixed syndication under python3.Alex Gaynor
2012-08-15Converted the modeladmin tests to run on python 2 and 3.Alex Gaynor
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-08-15Final explicit closing for staticfiles, they now pass on python3 with -Wall a...Alex Gaynor