diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-25 22:14:22 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-25 22:14:22 +0000 |
| commit | cba91997a24f3cb154c7c51029c6dd91471f8800 (patch) | |
| tree | 54481fbef77e08851f83a047cae2b9273feb4c19 /tests/regressiontests/comment_tests/__init__.py | |
| parent | b46e736c9ae2d16e4743e783d03954b1424bbf2b (diff) | |
Refactored Django's comment system.
Much of this work was done by Thejaswi Puthraya as part of Google's Summer of Code project; much thanks to him for the work, and to them for the program.
This is a backwards-incompatible change; see the upgrading guide in docs/ref/contrib/comments/upgrade.txt for instructions if you were using the old comments system.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/comment_tests/__init__.py')
| -rw-r--r-- | tests/regressiontests/comment_tests/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/regressiontests/comment_tests/__init__.py b/tests/regressiontests/comment_tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/regressiontests/comment_tests/__init__.py |
