django/tests
Aymeric Augustin 2bb2eecb63 [py3] Removed redundant __str__ methods.
These classes already have an identical __unicode__ method, which
will be used after an upcoming refactoring.
2012-08-12 14:44:40 +02:00
..
modeltests [py3] Removed redundant __str__ methods. 2012-08-12 14:44:40 +02:00
regressiontests Fixed #18739 -- witdthratio behavior on None args 2012-08-11 19:24:18 -04:00
templates Fixed #13897 -- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris. 2010-10-01 02:01:20 +00:00
runtests.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
test_sqlite.py
urls.py