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
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-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-05
Fixed #21675 -- Added app configs for contrib apps.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
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-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-11
Fixed #21388 -- Corrected language code for Frisian
Bouke Haarsma
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-25
Updated translation catalogs
Claude Paroz
2013-05-25
Fixed #20455 -- Do not use ngettext for undefined plurals
Marc Egli
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-02
Updated translation templates and removed en translations
Claude Paroz
2013-03-28
Updated translation templates
Claude Paroz
2013-03-28
Added Burmese language
Claude Paroz
2013-03-28
Added Ossetic language
Claude Paroz
2013-03-11
Deprecated django.contrib.comments.
Jacob Kaplan-Moss
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.
Baptiste Mispelon
2013-02-26
Merged contrib translations from 1.5 branch
Claude Paroz
2013-02-24
Fixed #16302 -- Ensure contrib.comments is IPv6 capable
Erik Romijn
2013-02-06
Fixed #19704 -- Make use of new ungettext_lazy function at appropriate places
Alexey Boriskin
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-12-16
Fixed #19483 -- Improved import error message in contrib.comments
Claude Paroz
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-11-16
comment_will_be_sent can cause a 400, not a 403
Brandon Adams
2012-10-15
Updated base translation files
Claude Paroz
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-28
Made more extensive use of get_current_site
Claude Paroz
2012-09-28
Used get_current_site in comments feed class
Claude Paroz
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
[next]