Skip to content

Commit

Permalink
Remove unused tcms.core.contrib.comments app. Closes #959
Browse files Browse the repository at this point in the history
- all comment operations have been converted to JSON-RPC.
- the core.contrib.comments app provided some customizations
  over the stock django_comments app, namely the comments form,
  however none of this is used since the migration to JSON-RPC
  • Loading branch information
atodorov committed Nov 24, 2019
1 parent 70cbab0 commit 2ddc6a2
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 250 deletions.
1 change: 0 additions & 1 deletion docs/source/modules/tcms.core.contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ Subpackages

.. toctree::

tcms.core.contrib.comments
tcms.core.contrib.linkreference
14 changes: 0 additions & 14 deletions tcms/core/contrib/comments/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions tcms/core/contrib/comments/apps.py

This file was deleted.

28 changes: 0 additions & 28 deletions tcms/core/contrib/comments/forms.py

This file was deleted.

58 changes: 0 additions & 58 deletions tcms/core/contrib/comments/utils.py

This file was deleted.

17 changes: 0 additions & 17 deletions tcms/core/contrib/comments/views.py

This file was deleted.

Loading

0 comments on commit 2ddc6a2

Please sign in to comment.