summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-10-14Fixed #14301 -- Handle email validation gracefully with email addresses conta...Jannis Leidel
2010-10-14Fixed #14456 -- converted inline_formsets tests from doctests to unittests. ...Alex Gaynor
2010-10-14Fixed #14459 -- converted many_to_one_regress tests from doctests to unittest...Alex Gaynor
2010-10-14Fixed #14460 -- converted managers_regress tests from doctests to unittests. ...Alex Gaynor
2010-10-14Fixed #14458 -- converted m2m_regress tests from doctests to unittests. We h...Alex Gaynor
2010-10-13Fixed #12192 -- Don't execute any DB query when the QS slicing being performedRamiro Morales
2010-10-13Fixed #14119 -- fields_for_model no longer returns all fields when fields par...Honza Král
2010-10-13Fixed #12304 -- regression tests to make sure the validation messages for uni...Honza Král
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-10-12Converted model_inheritance_select_related tests from doctests to unittests. ...Alex Gaynor
2010-10-12Converted initial_sql_regress tests from doctests (sort of...) to unittests. ...Alex Gaynor
2010-10-12Converted get_or_create_regress tests from doctests to unittests. We have al...Alex Gaynor
2010-10-11Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L...Jannis Leidel
2010-10-11Fixed #13494 -- Correctly concat an email subject prefix with a translation s...Jannis Leidel
2010-10-11Fixed #14440 - Converted mail doctests to unittests.Jacob Kaplan-Moss
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-10Consolidated i18n commands test with the rest of the i18n tests.Ramiro Morales
2010-10-10Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...Ramiro Morales
2010-10-10Refs #11256 -- Extended the annotation field name conflict check to cover m2m...Carl Meyer
2010-10-10Fixed #12226 -- Deprecated test client Response.template attribute in favor o...Carl Meyer
2010-10-10Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps whenRamiro Morales
2010-10-09Fixed a typo in the comments tests, as well as a dependency on CPython's refe...Alex Gaynor
2010-10-09Converted defer_regress tests from doctests to unittests. We have always bee...Alex Gaynor
2010-10-09Added sanity-checking of annotation alias names.Carl Meyer
2010-10-09Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no longer rai...Alex Gaynor
2010-10-09Fixed #14366 -- Model.objects.none().values() now correctly returns a QuerySe...Alex Gaynor
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-08Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim...Jannis Leidel
2010-10-08Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...Jannis Leidel
2010-10-08Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:/...Russell Keith-Magee
2010-10-07Fixed #14430 - Test failure on Windows with get_image_dimensions since [13715]Luke Plant
2010-10-07Fixed #7722 - added support for CC in EmailMessage.Luke Plant
2010-10-07Fixed #11907 -- EmailField now runs strip() on its input. This means mistaken...Adrian Holovaty
2010-10-02Corrected a test failure under MySQL.Russell Keith-Magee
2010-10-01Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ...Jannis Leidel
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-10-01Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the numbe...Jannis Leidel
2010-10-01Fixed #13897 -- Added tests for pagination feature of the generic object_list...Jannis Leidel
2010-09-29Modified a fixtures_regress test case to make it more robust to database orde...Russell Keith-Magee
2010-09-28Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch.Russell Keith-Magee
2010-09-28Migrated extra_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Migrated expressions_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Modified the requests unit tests so that they aren't dependent on dictionary ...Russell Keith-Magee
2010-09-28Unified the regressiontests/dateformat tests with the regressiontests/utils/d...Russell Keith-Magee
2010-09-28Migrated defaultfilters doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Migrated regressiontest/datastructures doctest, and moved it into the existin...Russell Keith-Magee
2010-09-28A few test optimizations; using native unittest where no Django-specific Test...Russell Keith-Magee
2010-09-28Migrated null_fk doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Migrated null_fk_ordering doctests. Thanks to Stephan Jaekel.Russell Keith-Magee