summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee
2010-08-24Fixed #14159 -- Corrected more potential uses of relative paths in tests. Tha...Russell Keith-Magee
2010-08-21Fixed #13140 -- Ensure that request headers are preserved through redirect ch...Russell Keith-Magee
2010-08-21Fixed #14148 -- Ensure the admin_script tests always use an absolute path; Py...Russell Keith-Magee
2010-08-20Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...Russell Keith-Magee
2010-08-20Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...Russell Keith-Magee
2010-08-19Fixed #14123 -- Made AdminDocs tests optional, based on the availability of d...Russell Keith-Magee
2010-08-14Added file missing from r13590.Russell Keith-Magee
2010-08-14Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...Russell Keith-Magee
2010-08-14Fixed #13796 -- Ensure that builtin tags and filters are included in admin do...Russell Keith-Magee
2010-08-14Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file...Russell Keith-Magee
2010-08-14Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many...Russell Keith-Magee
2010-08-07Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...Russell Keith-Magee
2010-08-06Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in stylingLuke Plant
2010-08-06Fixed #11159 -- Added mimetype detection to the test client for file uploads....Russell Keith-Magee
2010-08-06Fixed #13615 -- Clarified test assertion text to avoid confusion when respons...Russell Keith-Magee
2010-08-06Fixed #13092 -- Added support for the "in" operator when dealing with context...Russell Keith-Magee
2010-08-06Added __init__.py file that was left out of [13505].Russell Keith-Magee
2010-08-06Fixed #13495 -- Refactored the localflavor test directory to provide the plac...Russell Keith-Magee
2010-08-06Fixed #14014 -- Ensure that the "save and add another" button for users actua...Russell Keith-Magee
2010-08-06Fixed #14012 -- Corrected the handling of the create user popup dialog in the...Russell Keith-Magee
2010-08-06Fixed #14027 -- Ensure that reverse() raises an exception when you try to rev...Russell Keith-Magee
2010-08-06Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...Russell Keith-Magee
2010-08-06Corrected [13479], accounting for unnamed urls that are instances of classes.Russell Keith-Magee
2010-08-05Fixed #13621 -- Corrected the handling of input formats on date/time form fie...Russell Keith-Magee
2010-08-05Fixed #13732 -- Fixed minor typo in docstring. Thanks to schinckel for the re...Russell Keith-Magee
2010-08-05Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...Russell Keith-Magee
2010-08-05Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a...Russell Keith-Magee
2010-08-03Fixed #11377: the template join filter now correctly escapes the joiner, too.Jacob Kaplan-Moss
2010-08-03Fixed #11376: added some extra tests for autoescaping subtleties.Jacob Kaplan-Moss
2010-08-03Fixed #11288: added some tests for the handling of number-like variables in t...Jacob Kaplan-Moss
2010-07-30Added a related_name to a test model to avoid a name clash in the full test s...Russell Keith-Magee
2010-07-30Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....Russell Keith-Magee
2010-07-30Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...Russell Keith-Magee
2010-06-23Fixed #13799, a test failure on Postgres. Thanks, Alex.Jacob Kaplan-Moss
2010-06-21Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee
2010-06-10Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee
2010-06-08Fixed #13716 - the CSRF get_token function stopped working for views with csr...Luke Plant
2010-06-07Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee
2010-06-07Fixed #13700 -- Converted m2m_through_regress tests to unittests, removing an...Russell Keith-Magee
2010-06-05Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesi...Russell Keith-Magee
2010-06-05Fixed #13697 -- Modified multiple_database test to avoid a failure observed u...Russell Keith-Magee
2010-06-05Migrated multiple_database tests to use new stdout argument on management com...Russell Keith-Magee
2010-05-28Fixed #13572: copies of QueryDicts now have their encoding set correctly.Jacob Kaplan-Moss
2010-05-28Converted httpwrappers tests to unittest.Jacob Kaplan-Moss
2010-05-28Fixed #13638 -- Refactored the serializers_regress tests to avoid the use of ...Russell Keith-Magee
2010-05-23Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2010-05-16Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...Jannis Leidel