summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2013-10-01[1.6.x] Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-10-01[1.6.x] Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-10-01[1.6.x] Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-29[1.6.x] Modified test added in 3afb5916b2 so it doesn't fail on Windows.Ramiro Morales
2013-09-29[1.6.x] Fixed #21167 - Improved queries.tests.SubqueryTestsMichael Manfre
2013-09-28[1.6.x] Fixed #21186: Fixed regression when using date fields in the admin's ...Baptiste Mispelon
2013-09-27[1.6.x] Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-25[1.6.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-24[1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logicAnssi Kääriäinen
2013-09-22[1.6.x] Stopped a test from executing queries at the module level.Florian Apolloner
2013-09-22[1.6.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-21[1.6.x] Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin
2013-09-18Removed accidentally added pyc file.Tim Graham
2013-09-18[1.6.x] Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-18[1.6.x] Fixed bad backport in last commit; refs #21118Tim Graham
2013-09-18[1.6.x] Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-18[1.6.x] Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.Tim Graham
2013-09-14[1.6.x] Added tests for double-pickling a QuerySetAnssi Kääriäinen
2013-09-10[1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-08[1.6.x] Further hardening. Refs #18766.Aymeric Augustin
2013-09-08[1.6.x] Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin
2013-09-08[1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-07[1.6.x] Fixed deprecation warning on Python 3Tim Graham
2013-09-07[1.6.x] Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin
2013-09-07[1.6.x] Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin
2013-09-06[1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-06Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee
2013-09-06[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee
2013-09-06[1.6.x] Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma