1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/comment_tests/tests
2008-08-30 21:30:02 +00:00
..
__init__.py Updated comment tests to hook up URLs in the correct manner. This fixes a bunch of silly test failures. 2008-08-26 21:30:15 +00:00
app_api_tests.py
comment_form_tests.py
comment_view_tests.py Fixed #8716: correctly handle name and email in comments from authenticated users. 2008-08-30 21:30:02 +00:00
model_tests.py
moderation_view_tests.py Updated comment signals to provide enough information to actually act on. This was uncovered when working on the documentation, which'll be committed shortly. 2008-08-26 18:53:52 +00:00
templatetag_tests.py