summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-11-04[1.5.x] Fixed #19240 -- include pagination error details in ListView 404Preston Holmes
2012-11-04[1.5.x]Merge pull request #494 from mrj0/model_splitAlex Gaynor
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-11-03[1.5.x] Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystringAymeric Augustin
2012-11-03[1.5.x] Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.Aymeric Augustin
2012-11-03[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...Ulrich Petri
2012-11-02[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-10-31Fixed #19070 -- urlize filter no longer raises exceptions on 2.7Andrew Godwin
2012-10-30[1.5.x] Prevented file_upload tests to leave files behindClaude Paroz
2012-10-30[1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
2012-10-30[1.5.x] Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encodingClaude Paroz
2012-10-29[1.5.x] Prevented leftover files and dirs in admin_scripts testsClaude Paroz
2012-10-29[1.5.x] Fixed #17991 - prefetch_related fails with GenericRelation and varcha...Luke Plant
2012-10-28[1.5.x] Fixed #18575 -- Empty DATABASES should default to dummy backendClaude Paroz
2012-10-28[1.5.x] Fixed #18964 -- floatformat test passes under py3kAymeric Augustin
2012-10-28[1.5.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_fieldAnssi Kääriäinen
2012-10-27[1.5.x] Marked a test as expectedFailure on OracleAnssi Kääriäinen
2012-10-27[1.5.x] Fixed Oracle failure for "%" in table nameAnssi Kääriäinen
2012-10-26[1.5.x] Fixed comment_test tests under hash randomization.Aymeric Augustin
2012-10-26[1.5.x] Fixed feedgenerator tests under hash randomizationAymeric Augustin
2012-10-26[1.5.x] Fixed httpwrappers tests under hash randomizationAymeric Augustin
2012-10-26[1.5.x] Fixed #16820 -- Treated '0' value as True for checkbox inputsClaude Paroz
2012-10-26[1.5.x] Fixed test failure under Python 2.x introduced in 3e10d22df5Luke Plant
2012-10-26[1.5.x] Fixed test failures on Python 3.3 due to dict ordering assumptions.Luke Plant
2012-10-26[1.5.x] Fixed some test failures on Python 3.3 related to QueryDictLuke Plant
2012-10-26[1.5.x] Avoid dependence on exact Python exception messagesIan Clelland
2012-10-26[1.5.x] Don't use : as an invalid cookie characterIan Clelland
2012-10-26[1.5.x] Fixed #19039 - Python 3.3 fails unit test for duplicate bad cookiesLuke Plant
2012-10-26[1.5.x] Fixed #15040 - Boolean fields return 0 and 1 when loaded through sele...Luke Plant
2012-10-25[1.5.x] Fixed timezone tests when dict randomization is onAymeric Augustin
2012-10-25Fixed #19187 -- Raise consistent error from qs.values().delete()Anssi Kääriäinen
2012-10-25Fixed #19102 -- Fixed fast-path delete for modified SELECT clause casesAnssi Kääriäinen
2012-10-25Fixed #18796 -- Refactored conversion to bytes in HttpResponseAymeric Augustin
2012-10-24Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-24Fixed a DeprecationWarning under Python 3.Aymeric Augustin
2012-10-23Fixed #19088 -- Always escape % inside blocktrans tagClaude Paroz
2012-10-22Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.Carl Meyer
2012-10-23Reverted 6a64822bf4632707212314a25a843c862bdb3874.Aymeric Augustin
2012-10-22Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin
2012-10-22Cleaned up i18n regression testsClaude Paroz
2012-10-21Added tests for conditional_content_removal.Aymeric Augustin
2012-10-21Merge pull request #457 from JanBednarik/ticket_19142Claude Paroz
2012-10-20Merge pull request #444 from mitar/patch-2Alex Gaynor
2012-10-21Fixed #19142 -- Language codes can include numbers (RFC 3066).Jan Bednařík
2012-10-21Fixed #19151 -- Added missing methods to EmptyQuerySet.Jan Bednařík
2012-10-20Used @override_settings in several tests.Aymeric Augustin
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-20Used FakePayload in requests testsClaude Paroz
2012-10-20Fixed #19094 -- Improved FakePayload to support write, len and string inputClaude Paroz