summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2012-08-15Always close files in the file_storage tests.Alex Gaynor
2012-08-15[py3] Fixed test_client_regress testsClaude Paroz
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-15Explicitly close files in the staticfiles tests.Alex Gaynor
2012-08-15[py3] Fixed jsi18n test.Aymeric Augustin
2012-08-15[py3] Fixed uses of __metaclass__ in tests.Aymeric Augustin
2012-08-14[py3] Fixed conditional_processing testsClaude Paroz
2012-08-14[py3] Fixed file_uploads testsClaude Paroz
2012-08-14Don't swallow AttributeError in core.urlresolvers.get_callable.Florian Apolloner
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-14[py3] Fixed admin_custom_urls tests.Aymeric Augustin
2012-08-14[py3] Fixed comparison of list and range()Anssi Kääriäinen
2012-08-14[py3] Fixed invalid use of dict.items()Anssi Kääriäinen
2012-08-14[py3] Ensured the template tests run.Aymeric Augustin
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
2012-08-14[py3] Ported django.http according to PEP 3333.Aymeric Augustin
2012-08-13[py3] Fixed encoding issues in cache key generationClaude Paroz
2012-08-13[py3] Made csrf context processor return UnicodeClaude Paroz
2012-08-13[py3] Fixed admin_scripts testsClaude Paroz
2012-08-13[py3] Removed filename encoding in file_uploads testClaude Paroz
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-12Fixed #13844 -- Avoid converting unknown db values to floatAnssi Kääriäinen
2012-08-12[py3] Made exception examination py3-compatible.Karen Tracey
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Replaced some __str__ methods by __unicode__Aymeric Augustin
2012-08-11Fixed #18739 -- witdthratio behavior on None argsKaren Tracey
2012-08-11Decorated some tests that require tz support.Karen Tracey
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-08-11[py3] Used BytesIO to test request streamsClaude Paroz
2012-08-10[py3] Made signing infrastructure pass tests with Python 3Claude Paroz
2012-08-09[py3] Fixed mail tests with Python 3Claude Paroz
2012-08-08[py3] Fixed compilemessages testsClaude Paroz
2012-08-08Switched to using the standard method for comparing querysets in teh templates.Alex Gaynor
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-08-07[py3] Ported django.utils.functional.Aymeric Augustin
2012-08-07[py3] Ported django.utils.decorators.Aymeric Augustin
2012-08-07[py3] Ported django.utils.crypto.Aymeric Augustin
2012-08-07[py3] Ported django.utils.baseconv.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-06Fixed #18724 -- Fixed IntegerField validation with value 0Brendan MacDonell
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz
2012-08-04Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers
2012-08-03[py3] Removed uses of sys.maxint under Python 3.Aymeric Augustin
2012-07-30Fixed a security issue in http redirects. Disclosure and new release forthcom...Florian Apolloner
2012-07-25[py3] Updated dict-like data structures for Python 3.Aymeric Augustin