summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-11-12Fixed a test case that was failing in Oracle due to conflation of null and em...Ian Kelly
2010-11-12Fixed a multiple_database test case that was failing in Oracle due to forced ...Ian Kelly
2010-11-12Made the oracle backend throw the same ValueError as the mysql backend when a...Ian Kelly
2010-11-12Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...Ian Kelly
2010-11-11Changed a test to be less specific about the exception string it expected. T...Alex Gaynor
2010-11-11Removed the executable bit from a test file, it wasn't. Thanks to Florian fo...Alex Gaynor
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-07Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...Alex Gaynor
2010-11-07Make the requests test use unittest2, rather than the system unittest.Alex Gaynor
2010-11-04Fixed #13935, added support for using QuerySet.dates across related fields. ...Alex Gaynor
2010-11-04Fixed #11966 -- Made it possible to use a percent sign in a translation messa...Jannis Leidel
2010-11-04Fixed #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-11-04Converted templates doctests into unittests. We have always been at war with...Alex Gaynor
2010-11-02Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...Alex Gaynor
2010-11-02Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'Carl Meyer
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-11-02Fixed #14596 -- Light refactoring of the cache backends.Russell Keith-Magee
2010-11-02Fixed a few more cases of the tests not properly restoring sys.path (follow u...Alex Gaynor
2010-11-02Properly handle the fact that lists are mutable when trying to maintain state...Alex Gaynor
2010-11-02Migrated app_loading doctests.Russell Keith-Magee
2010-11-02Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for t...Russell Keith-Magee
2010-11-02Migrated lookup doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-11-02Migrated basic doctests. Thanks to Preston Timmons for the patch.Russell Keith-Magee
2010-11-02Migrated m2m_through doctests. Thanks to the anonymous contributor.Russell Keith-Magee
2010-11-01Added a filter to silence the RuntimeWarning in the Indonesian localflavor te...Russell Keith-Magee
2010-10-31Ensure that assertNumQueries doesn't swallow exceptions inside the function.Alex Gaynor
2010-10-30Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...Alex Gaynor
2010-10-30Rewrote a test assertion so that it doesn't fail under Python 2.7. Thanks to ...Russell Keith-Magee
2010-10-30Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...Russell Keith-Magee
2010-10-30Sped up the staticfiles_tests by allowing them to only search a few relevant ...Alex Gaynor
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-29Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...Russell Keith-Magee
2010-10-29Fixed #14523 -- Modified response handling so that exceptions raised by proce...Russell Keith-Magee
2010-10-29Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!Honza Král
2010-10-28Fixed #14471 -- Corrected a regression in the use of methods on custom manage...Russell Keith-Magee
2010-10-28Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-10-28Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov...Russell Keith-Magee
2010-10-27Fixed MultiValueDict's copy implementation to be consistant with all other co...Alex Gaynor
2010-10-25Converted model_inheritance doctests to unittests. We have always been at wa...Alex Gaynor
2010-10-24Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...Alex Gaynor
2010-10-23Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...Jannis Leidel
2010-10-23Fixed #14223 -- Extended unification of exception raised in presence of integ...Ramiro Morales
2010-10-21Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...Chris Beaven
2010-10-21Ensure the mutliple_database tests leave the settings in the same state they ...Alex Gaynor
2010-10-21Fixed a bug with method_decorator not preserving the attributes of the wrappe...Luke Plant
2010-10-21Removed old code with Python 2.3 compatibilityLuke Plant
2010-10-21Fixed test failure when using Python 2.7Luke Plant
2010-10-21Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...Jannis Leidel