summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-10-15[1.2.x] Fixed #14454 -- converted admin_widgets tests from doctests to unitte...Alex Gaynor
2010-10-14[1.2.X] Fixed #14301 -- Handle email validation gracefully with email address...Jannis Leidel
2010-10-14[1.2.X] Fixed #14456 -- converted inline_formsets tests from doctests to unit...Alex Gaynor
2010-10-14[1.2.X] Fixed #14459 -- converted many_to_one_regress tests from doctests to ...Alex Gaynor
2010-10-14[1.2.X] Fixed #14460 -- converted managers_regress tests from doctests to uni...Alex Gaynor
2010-10-14[1.2.X] Fixed #14458 -- converted m2m_regress tests from doctests to unittest...Alex Gaynor
2010-10-12[1.2.X] Converted model_inheritance_select_related tests from doctests to uni...Alex Gaynor
2010-10-12[1.2.X] Converted initial_sql_regress tests from doctests (sort of...) to uni...Alex Gaynor
2010-10-12[1.2.X] Converted get_or_create_regress tests from doctests to unittests. We...Alex Gaynor
2010-10-11[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...Jannis Leidel
2010-10-11[1.2.X] Fixed #14440 - Converted mail doctests to unittests.Jacob Kaplan-Moss
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-10[1.2.X] Fixed #11907 -- EmailField now runs strip() on its input. This means ...Chris Beaven
2010-10-10[1.2.X] Refs #11256 -- Extended the annotation field name conflict check to c...Carl Meyer
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales
2010-10-09[1.2.X] Fixed a typo in the comments tests, as well as a dependency on CPytho...Alex Gaynor
2010-10-09[1.2.X] Converted defer_regress tests from doctests to unittests. We have al...Alex Gaynor
2010-10-09[1.2.X] Added sanity-checking of annotation alias names. Backport of [14092] ...Carl Meyer
2010-10-09[1.2.X] Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no lo...Alex Gaynor
2010-10-09[1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly returns a...Alex Gaynor
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-08[1.2.X] Fixed a few minor backporting oversights that prevented the tests to ...Jannis Leidel
2010-10-08[1.2.X] Fixed #10970 -- Initialize DateFields with datetime.date objects, not...Jannis Leidel
2010-10-08[1.2.X] Fixed #13218 -- Ensure that syndicated content served over HTTPS uses...Russell Keith-Magee
2010-10-07[1.2.X] Fixed #14430 - Test failure on Windows with get_image_dimensions sinc...Luke Plant
2010-10-05[1.2.X] Fixed #13092 -- Added support for the "in" operator when dealing with...Luke Plant
2010-10-02[1.2.X] Corrected a test failure under MySQL.Russell Keith-Magee
2010-10-01[1.2.X] Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set a...Jannis Leidel
2010-10-01[1.2.X] Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if t...Jannis Leidel
2010-09-29[1.2.X] Modified a fixtures_regress test case to make it more robust to datab...Russell Keith-Magee
2010-09-28[1.2.X] Migrated fixtures_regress doctests. Thanks to David Brenneman for the...Russell Keith-Magee
2010-09-28[1.2.X] Migrated extra_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Migrated expressions_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Modified the requests unit tests so that they aren't dependent on dic...Russell Keith-Magee
2010-09-28[1.2.X] Unified the regressiontests/dateformat tests with the regressiontests...Russell Keith-Magee
2010-09-28[1.2.X] Migrated defaultfilters doctests. Thanks to Stephan JaekelRussell Keith-Magee
2010-09-28[1.2.X] Migrated regressiontest/datastructures doctest, and moved it into the...Russell Keith-Magee
2010-09-28[1.2.X] A few test optimizations; using native unittest where no Django-speci...Russell Keith-Magee
2010-09-28[1.2.X] Migrated null_fk doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Migrated null_fk_ordering doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Migrated null_queries doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Migrated one_to_one_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Migrated requests doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Migrated reverse_single_related doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Migrated select_related_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28[1.2.X] Removed a test assertion that depended on primary key ordering. The t...Russell Keith-Magee
2010-09-27[1.2.X] Fixed #14053 -- Also localize long integers. Thanks, David Danier.Jannis Leidel
2010-09-27[1.2.X] Migrated signals_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Migrated string_lookup doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Migrated text doctests. Thanks to Stephan Jaekel.Russell Keith-Magee