summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-09-28Migrated null_queries doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Migrated one_to_one_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Migrated requests doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Migrated reverse_single_related doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Migrated select_related_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Removed a test assertion that depended on primary key ordering. The test does...Russell Keith-Magee
2010-09-28Fixed #14351 -- Modified the requests test case to avoid an timing problem in...Russell Keith-Magee
2010-09-27Fixed #14053 -- Also localize long integers. Thanks, David Danier.Jannis Leidel
2010-09-27Fixed #14290 -- Made format localization faster by caching the format modules...Jannis Leidel
2010-09-27Migrated signals_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated string_lookup doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated text doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated urlpatterns_reverse doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Added imports for some new unittest modules. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated datastructures utils doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated timesince utils doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Reorganized utils tests so it's all in separate modules. Thanks to Stephan Ja...Russell Keith-Magee
2010-09-27Migrated datetime_safe doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated tzinfo doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated datatypes doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated custom_columns_regress doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated backends doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_validation doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_registration doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_ordering doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_inlines doctest. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-26Fixed #14271 -- Use absolute path for admin media tests. Thanks, Alex Gaynor.Jannis Leidel
2010-09-26Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d...Jannis Leidel
2010-09-26Fixed #7535 -- Correctly set Content-Encoding header in static files serving ...Jannis Leidel
2010-09-26Migrated the custom_managers_regress doctests. Thanks to Paul McMillan.Russell Keith-Magee
2010-09-21Fixed #12019 - backwards compatibility issues with cache_page decorator.Luke Plant
2010-09-16Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo...Ian Kelly
2010-09-13Fixed #14254 - More tests for storage backendsLuke Plant
2010-09-13Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-13Fixed #12965 - unordered_list template filter fails when given a non-iterable...Luke Plant
2010-09-13Fix a couple of typos in test names and descriptions.Malcolm Tredinnick
2010-09-12Added a test for hidden SplitDateTime fields. Thanks, seveas.Malcolm Tredinnick
2010-09-12Modified the egg template loader tests; firstly to ensure that we are testing...Russell Keith-Magee
2010-09-12Allow setting HttpResponse cookie expiry times with datetime objects.Malcolm Tredinnick
2010-09-12Migrated i18n and field_defaults doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...Jannis Leidel
2010-09-12Debug 404 page now displays names of URL patterns, if they exist.Malcolm Tredinnick
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-09-11Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer requ...Justin Bronn
2010-09-11Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...Justin Bronn
2010-09-11Add option to redirect_to view to allow passing along the query stringMalcolm Tredinnick
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-09-11Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-09-11Fixed #11905: Raise an error on model form creation if a non-existent field w...Karen Tracey