summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2013-09-05[1.6.x] Fixed #21041 -- Removed a duplicate form in tests.Tim Graham
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-30[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer
2013-08-30[1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-29[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...Tim Graham
2013-08-29[1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ca...Tim Graham
2013-08-24[1.6.x] Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz
2013-08-22[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-22[1.6.x] Fixed #20955 -- select_related regressionAnssi Kääriäinen