summaryrefslogtreecommitdiff
path: root/django/contrib/comments
AgeCommit message (Expand)Author
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-25Updated translation catalogsClaude Paroz
2013-05-25Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
2013-03-28Added Ossetic languageClaude Paroz
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.Baptiste Mispelon
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-24Fixed #16302 -- Ensure contrib.comments is IPv6 capableErik Romijn
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-12-16Fixed #19483 -- Improved import error message in contrib.commentsClaude Paroz
2012-12-10Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.Florian Apolloner
2012-11-16comment_will_be_sent can cause a 400, not a 403Brandon Adams
2012-10-15Updated base translation filesClaude Paroz
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-09-28Made more extensive use of get_current_siteClaude Paroz
2012-09-28Used get_current_site in comments feed classClaude Paroz
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-06-26Add reST role to templates named in some view docs.Ben Spaulding
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-08Comment._get_userinfo is thread safe nowmaurizio
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-23Pulled comments translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the comments translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-05Updated comments base translation files with new strings. Refs #17822.Jannis Leidel
2012-02-04Fixed #17597 -- Marked a word for translation in the comments app's form clas...Jannis Leidel
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-01Updated uses of i18n.blocktrans template tag to use the new more compact synt...Ramiro Morales
2011-11-20Upgraded django.contrib.comments to be compatible with time zone support.Aymeric Augustin
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-09Fixed #16042 -- Use the content types caching in the comments contrib app. Th...Jannis Leidel
2011-09-09Fixed a bunch of imports of the email stdlib module now that we are on Python...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-04Fixed #16403 -- Correctly use ungettext in comments form. Thanks, poirier.Jannis Leidel
2011-06-16Fixed #16221 -- Corrected doc string example in comments permalink template t...Jannis Leidel
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel