summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-09-27[1.2.X] Migrated admin_registration doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27[1.2.X] Migrated admin_ordering doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27[1.2.X] Migrated admin_inlines doctest. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-26[1.2.X] Fixed #14271 -- Use absolute path for admin media tests. Thanks, Alex...Jannis Leidel
2010-09-26Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d...Jannis Leidel
2010-09-26[1.2.X] Fixed #7535 -- Correctly set Content-Encoding header in static files ...Jannis Leidel
2010-09-26[1.2.X] Migrated the custom_managers_regress doctests. Thanks to Paul McMillan.Russell Keith-Magee
2010-09-21[1.2.X] Fixed #12019 - backwards compatibility issues with cache_page decorator.Luke Plant
2010-09-16[1.2.X] Fixed #14244: Allow lists of more than 1000 items to be used with the...Ian Kelly
2010-09-13[1.2.X] Fixed #14254 - More tests for storage backendsLuke Plant
2010-09-13[1.2.X] Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-13[1.2.X] Fixed #12965 - unordered_list template filter fails when given a non-...Luke Plant
2010-09-12[1.2.X] Modified the egg template loader tests; firstly to ensure that we are...Russell Keith-Magee
2010-09-12[1.2.X] Migrated i18n and field_defaults doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Fixed #13702 -- Made sure to actually fall back to the l10n format st...Jannis Leidel
2010-09-12[1.2.X] Add warning when using cache keys that might not work withMalcolm Tredinnick
2010-09-12[1.2.X] Fix AdminDocsTest failure on 1.2.X branch by correcting the test to r...Karen Tracey
2010-09-11[1.2.X] Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no lon...Justin Bronn
2010-09-11[1.2.X] Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handle...Justin Bronn
2010-09-11[1.2.X] Adjust AdminDocTests to run after r13728. Also match comments to test...Malcolm Tredinnick
2010-09-11[1.2.X] Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-09-11[1.2.X] Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList...Justin Bronn
2010-09-10[1.2.X] Fixed a test so that it actually tests what it's supposed to test.Luke Plant
2010-09-10[1.2.X] Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant
2010-09-10[1.2.X] Fixed #13095 -- `formfield_callback` keyword argument is now more san...Justin Bronn
2010-09-10[1.2.X] Fixed #13799, a test failure on Postgres. Thanks, Alex. Karen Tracey
2010-09-10[1.2.X] Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-09-10[1.2.X] Fixed #14246: Modified aggregation_regress tests so that they will pa...Karen Tracey
2010-09-10[1.2.X] Fixed some of the problems with aggregation_regress tests on higher l...Karen Tracey
2010-09-10[1.2.X] Fixed #14247 - 'forms' test failure in 1.2.XLuke Plant
2010-09-09[1.2.X] Patch CSRF-protection system to deal with reported security issue. An...James Bennett
2010-09-07[1.2.X] Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-09-07[1.2.X] Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup...Luke Plant
2010-08-31[1.2.X] Fixed #14199 -- Added a missing table creation statement in the db ca...Russell Keith-Magee
2010-08-30[1.2.X] Fixed #13798 -- Added connection argument to the connection_created s...Russell Keith-Magee
2010-08-24[1.2.X] Fixed #14159 -- Corrected more potential uses of relative paths in te...Russell Keith-Magee
2010-08-21[1.2.X] Fixed #13140 -- Ensure that request headers are preserved through red...Russell Keith-Magee
2010-08-21[1.2.X] Fixed #14148 -- Ensure the admin_script tests always use an absolute ...Russell Keith-Magee
2010-08-20[1.2.X] Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Al...Russell Keith-Magee
2010-08-20[1.2.X] Fixed #14068 -- Corrected error handling in loaddata when an allow_sy...Russell Keith-Magee
2010-08-19[1.2.X] Fixed #14123 -- Made AdminDocs tests optional, based on the availabil...Russell Keith-Magee
2010-08-14[1.2.X] Fixed #13796 -- Ensure that builtin tags and filters are included in ...Russell Keith-Magee
2010-08-14[1.2.X] Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignK...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #11159 -- Added mimetype detection to the test client for file ...Russell Keith-Magee
2010-08-06[1.2.X] Added __init__.py file that was left out of [13505].Russell Keith-Magee
2010-08-06[1.2.X] Fixed #13495 -- Refactored the localflavor test directory to provide ...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for use...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialo...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14027 -- Ensure that reverse() raises an exception when you tr...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13621 -- Corrected the handling of input formats on date/time ...Russell Keith-Magee