index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
comments
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-03-11
Deprecated django.contrib.comments.
Jacob Kaplan-Moss
2012-12-16
Fixed #19483 -- Improved import error message in contrib.comments
Claude Paroz
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-02-23
Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...
Jacob Kaplan-Moss
2008-08-26
The comments app was unconditionally accessing various settings that didn't
Malcolm Tredinnick
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss
2005-07-14
Created django.contrib and moved comments into it
Adrian Holovaty