django1/django/contrib/comments
Malcolm Tredinnick ccb37ce74c The comments app was unconditionally accessing various settings that didn't
exist in Django's global settings. Changed those accesses to conditional
lookups with default fallbacks.

The comment_test tests now pass without needing to add any extra settings.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-26 06:58:43 +00:00
..
templates/comments Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
templatetags The comments app was unconditionally accessing various settings that didn't 2008-08-26 06:58:43 +00:00
views Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
__init__.py The comments app was unconditionally accessing various settings that didn't 2008-08-26 06:58:43 +00:00
admin.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
feeds.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
forms.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
managers.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
models.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
signals.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
urls.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00