summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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]. Convert m2m_recursive tests to unittests. We have always been at w...Alex Gaynor
2010-10-09[1.2.X] Fixed #14427 -- Added --bisect and --pair flags to runtests.py, makin...Russell Keith-Magee
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-09[1.2.X] Migrated the custom_columns doctests to unit tests. Thanks to Alex Ga...Russell Keith-Magee
2010-10-08[1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r...Alex Gaynor
2010-10-08[1.2.X] Converted order_with_respect_to to unittests. We have always been at...Alex Gaynor
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
2010-09-27[1.2.X] Migrated urlpatterns_reverse doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Added imports for some new unittest modules. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Migrated datastructures utils doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Migrated timesince utils doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Reorganized utils tests so it's all in separate modules. Thanks to St...Russell Keith-Magee
2010-09-27[1.2.X] Migrated datetime_safe doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Migrated tzinfo doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27[1.2.X] Migrated datatypes doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27[1.2.X] Migrated custom_columns_regress doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27[1.2.X] Migrated backends doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27[1.2.X] Migrated admin_validation doctests. Thanks to Sebastian Hillig.Russell Keith-Magee