Skip to content

Commit

Permalink
Removed contrib.comments per deprecation timeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Mar 21, 2014
1 parent 35f46ec commit aa93a18
Show file tree
Hide file tree
Showing 225 changed files with 23 additions and 27,552 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ recursive-include django/contrib/admindocs/templates *
recursive-include django/contrib/auth/fixtures *
recursive-include django/contrib/auth/templates *
recursive-include django/contrib/auth/tests/templates *
recursive-include django/contrib/comments/templates *
recursive-include django/contrib/formtools/templates *
recursive-include django/contrib/formtools/tests/templates *
recursive-include django/contrib/flatpages/fixtures *
Expand Down
10 changes: 0 additions & 10 deletions django/conf/global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,16 +500,6 @@
CACHE_MIDDLEWARE_SECONDS = 600
CACHE_MIDDLEWARE_ALIAS = 'default'

####################
# COMMENTS #
####################

COMMENTS_ALLOW_PROFANITIES = False

# The profanities that will trigger a validation error in
# CommentDetailsForm.clean_comment. All of these should be in lowercase.
PROFANITIES_LIST = ()

##################
# AUTHENTICATION #
##################
Expand Down
93 changes: 0 additions & 93 deletions django/contrib/comments/__init__.py

This file was deleted.

86 changes: 0 additions & 86 deletions django/contrib/comments/admin.py

This file was deleted.

8 changes: 0 additions & 8 deletions django/contrib/comments/apps.py

This file was deleted.

31 changes: 0 additions & 31 deletions django/contrib/comments/feeds.py

This file was deleted.

Loading

0 comments on commit aa93a18

Please sign in to comment.