This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
comment_tests
/
tests
History
Claude Paroz
4a103086d5
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
...
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
2012-06-07 18:08:47 +02:00
..
__init__.py
Ensured tests pass using custom PASSWORD_HASHERS.
2012-04-30 22:10:27 +03:00
app_api_tests.py
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
comment_form_tests.py
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
comment_utils_moderators_tests.py
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
comment_view_tests.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
feed_tests.py
Fix the other test for
#15237
.
2012-02-11 00:05:57 +00:00
model_tests.py
Removed with_statement imports, useless in Python >= 2.6. Refs
#17965
. Thanks jonash for the patch.
2012-03-30 08:02:08 +00:00
moderation_view_tests.py
Ensured tests pass using custom PASSWORD_HASHERS.
2012-04-30 22:10:27 +03:00
templatetag_tests.py
Removed with_statement imports, useless in Python >= 2.6. Refs
#17965
. Thanks jonash for the patch.
2012-03-30 08:02:08 +00:00