summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-02-05[1.6.x] Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon
2014-02-04[1.6.x] Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-02-04[1.6.x] Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-30[1.6.x] Made Oracle introspect FloatFields correctlyShai Berger
2014-01-24[1.6.x] Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
2014-01-12[1.6.x] Fixed a test that was failing with PostGIS.Aymeric Augustin
2014-01-12[1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-12[1.6.x] Fixed a test isolation issue. Refs #17062.Aymeric Augustin
2014-01-01[1.6.x] Fixed set literals for python 2.6Florian Apolloner
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31[1.6.x] Changed console and filebackend to use msg.as_bytes to output the dat...Florian Apolloner
2013-12-31[1.6.x] Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).Florian Apolloner
2013-12-28[1.6.x] Worked around a bug in python 3.3.3. Refs #21093Florian Apolloner
2013-12-11[1.6.x] Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-11[1.6.x] Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-07[1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-07[1.6.x] Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-12-07[1.6.x] Fixed #21530 -- Prevent AttributeError in default URLconf detection c...Baptiste Mispelon
2013-12-02[1.6.x] Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-12-01[1.6.x] Fixed incorrect type for max_length.Tim Graham
2013-11-26[1.6.x] Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-23[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-22[1.6.x] Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma
2013-11-21[1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21[1.6.x] Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-20[1.6.x] Fixed #21472 -- Fixed inline formsets display when parent pk is 0Claude Paroz
2013-11-18[1.6.x] Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-16[1.6.x] Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-15Fixed Python2.6 incompatibility caused by 67c30426c1370f5d6c39bd73888c3902c1c...Baptiste Mispelon
2013-11-14Fixed wrong override_settings path introduced by 67c30426c1370f5d6c39bd73888c...Baptiste Mispelon
2013-11-14[1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.Loic Bistuer
2013-11-13[1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'Loic Bistuer
2013-10-23[1.6.x] Workaround admin scripts test failures on Windows+Python 3.Ramiro Morales
2013-10-22[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-22[1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales
2013-10-22[1.6.x] Fixed an I18N test class tearDown method.Ramiro Morales
2013-10-18[1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz
2013-10-17[1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz
2013-10-14[1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-09[1.6.x] Fixed #21243 -- Corrected exception message in multiple database tests.Russell Keith-Magee
2013-10-08[1.6.x] Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee
2013-10-03[1.6.x] Fixed #21165 -- Fix test for syndication feed timestamp field on Wind...Ramiro Morales
2013-10-02[1.6.x] Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry
2013-10-02[1.6.x] Fixed Python 2.6 compatability for 3ec368014d0d74e14a7ed98ccfd638ffe0...Tim Graham
2013-10-02[1.6.x] Fixed #21129 -- Prevented admin filter params modifications from thro...tschilling
2013-10-02[1.6.x] Made test for issue 19552 compatible with Windows.Ramiro Morales
2013-10-02[1.6.x] Made skipping of symlink-related makemessages test smarter.Ramiro Morales
2013-10-01[1.6.x] Fixed tests breakage from last commit.Ramiro Morales