.. |
modeltests
|
d95355b6db
Fixed #16048 -- Use the base manager instead of the default manager to retrieve a related object of a GenericForeignKey similar to ForeignKeys. Thanks, adurdin.
|
14 years ago |
regressiontests
|
c3db0b058c
Modified a couple of i18n regression tests to make them run under Windows.
|
14 years ago |
templates
|
d69c7eab04
Fixed #13897 -- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris.
|
14 years ago |
runtests.py
|
8f3e1c1c63
Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain.
|
14 years ago |
test_sqlite.py
|
49d831380f
Corrected the way databases were compared. This allows running the test suite with two in memory SQLite databases.
|
14 years ago |
urls.py
|
e683beb607
Changed utils/decorators.py tests to use RequestFactory
|
14 years ago |