summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-18[py3] Stopped attempting to translate bytes.Aymeric Augustin
2012-08-18[py3] Fixed cache tests.Aymeric Augustin
2012-08-18[py3] Fixed backends tests.Aymeric Augustin
2012-08-18Cleaned up a test slightly.Aymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-18[py3] Fixed formtools tests.Aymeric Augustin
2012-08-18Merge pull request #282 from ptone/patch-1Aymeric Augustin
2012-08-18[py3] Fixed file_storage tests.Aymeric Augustin
2012-08-18[py3] Fixed templates tests.Aymeric Augustin
2012-08-18Added a warning about the {% url %} syntax changeAymeric Augustin
2012-08-17Made createsuperuser more robust when getting current OS username.Ramiro Morales
2012-08-17Update docs/topics/class-based-views/index.txtPreston Holmes
2012-08-17[py3] Workarounded a Python bug in mail header encodingClaude Paroz
2012-08-17Merge pull request #271 from morty/patch-1Tim Graham
2012-08-17Fixed #18696 - Clarified WizardView heading; thanks sergzach.Tim Graham
2012-08-17Merge pull request #261 from issackelly/cbv-full-listTim Graham
2012-08-17[py3] Fixed __unicode__ methods missed in d4a0b278Aymeric Augustin
2012-08-16Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n...Tim Graham
2012-08-16Fixed #18223 - Corrected default transaction behavior in postgresql docs.Tim Graham
2012-08-16[py3] Fixed a regression introduced in fcc8de0598.Aymeric Augustin
2012-08-16Fixed #18239 -- Subclassed HTMLParser only for selected Python versionsClaude Paroz
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