index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2010-10-12
Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...
Russell Keith-Magee
2010-10-12
Modified the test_client tests to use the non-deprecated mail API.
Russell Keith-Magee
2010-10-12
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...
Alex Gaynor
2010-10-12
Converted model_inheritance_select_related tests from doctests to unittests. ...
Alex Gaynor
2010-10-12
Converted initial_sql_regress tests from doctests (sort of...) to unittests. ...
Alex Gaynor
2010-10-12
Converted get_or_create_regress tests from doctests to unittests. We have al...
Alex Gaynor
2010-10-12
Tweak to many_to_one_null doctest to avoid primary key assumptions (causing b...
Russell Keith-Magee
2010-10-12
Migrated one_to_one doctests. Thanks to George Sakkis for the patch. (We have...
Russell Keith-Magee
2010-10-12
Migrated many_to_one_null doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-12
Migrated properties doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-12
Migrated the mutually_referential doctests. Thanks to George Sakkis for the p...
Russell Keith-Magee
2010-10-12
Migrated m2o_recursive and m2o_recursive2 tests, merging them into a single p...
Russell Keith-Magee
2010-10-11
Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L...
Jannis Leidel
2010-10-11
Fixed #13494 -- Correctly concat an email subject prefix with a translation s...
Jannis Leidel
2010-10-11
Fixed #14444 -- Convert the pagination doctests to unittests. We have always...
Alex Gaynor
2010-10-11
Converted ordering tests from doctests to unittests. We have always been at ...
Alex Gaynor
2010-10-11
Converted save_delete_hooks tests from doctests to unittests. We have always...
Alex Gaynor
2010-10-11
Fixed #14440 - Converted mail doctests to unittests.
Jacob Kaplan-Moss
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-10
Consolidated i18n commands test with the rest of the i18n tests.
Ramiro Morales
2010-10-10
Converted signals tests from doctests to unittests. We have always been at w...
Alex Gaynor
2010-10-10
Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...
Ramiro Morales
2010-10-10
Refs #11256 -- Extended the annotation field name conflict check to cover m2m...
Carl Meyer
2010-10-10
Fixed #12226 -- Deprecated test client Response.template attribute in favor o...
Carl Meyer
2010-10-10
Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when
Ramiro Morales
2010-10-09
Fixed a typo in the comments tests, as well as a dependency on CPython's refe...
Alex Gaynor
2010-10-09
Converted defer_regress tests from doctests to unittests. We have always bee...
Alex Gaynor
2010-10-09
Added sanity-checking of annotation alias names.
Carl Meyer
2010-10-09
Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no longer rai...
Alex Gaynor
2010-10-09
Fixed #14366 -- Model.objects.none().values() now correctly returns a QuerySe...
Alex Gaynor
2010-10-09
Convert m2m_recursive tests to unittests. We have always been at war with do...
Alex Gaynor
2010-10-09
Fixed #14427 -- Added --bisect and --pair flags to runtests.py, making it eas...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-09
Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transac...
Alex Gaynor
2010-10-09
Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...
Russell Keith-Magee
2010-10-08
Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to ...
Alex Gaynor
2010-10-08
Converted order_with_respect_to to unittests. We have always been at war wit...
Alex Gaynor
2010-10-08
Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim...
Jannis Leidel
2010-10-08
Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...
Jannis Leidel
2010-10-08
Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:/...
Russell Keith-Magee
2010-10-07
Fixed #14430 - Test failure on Windows with get_image_dimensions since [13715]
Luke Plant
2010-10-07
Fixed #7722 - added support for CC in EmailMessage.
Luke Plant
2010-10-07
Fixed #11907 -- EmailField now runs strip() on its input. This means mistaken...
Adrian Holovaty
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-10-02
Corrected a test failure under MySQL.
Russell Keith-Magee
2010-10-01
Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ...
Jannis Leidel
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-10-01
Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the numbe...
Jannis Leidel
2010-10-01
Fixed #13897 -- Added tests for pagination feature of the generic object_list...
Jannis Leidel
[prev]
[next]