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
/
views
Age
Commit message (
Expand
)
Author
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
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-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-03
Fixed flake8 E251 violations
Milton Mazzarri
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-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-06-26
Add reST role to templates named in some view docs.
Ben Spaulding
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-10-17
Remove a great many of the remaining relative imports.
Alex Gaynor
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-03-03
Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...
Jannis Leidel
2010-03-16
Changed the comments post view code to avoid raising an exception if handed i...
Karen Tracey
2010-03-05
Fixed #12151: Ensured the comments code does not cause a server error when a ...
Karen Tracey
2010-01-28
Fixed #12600 -- Added some extra search paths for comment preview templates, ...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-23
Fixed #11625: added comment moderation via admin actions.
Jacob Kaplan-Moss
2009-06-17
Fixed #9268 -- Ensured that the next argument is passed on when previewing co...
Russell Keith-Magee
2009-04-07
Fixed #10585: comment redirects built from the `next` parameter now work corr...
Jacob Kaplan-Moss
2009-04-07
Fixed #9268: pass the "next" param through in the comment preview/post view. ...
Jacob Kaplan-Moss
2009-01-12
A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...
Jacob Kaplan-Moss
2008-10-05
Fixed #8963 -- Use the require_POST decorator instead of doing things manuall...
Malcolm Tredinnick
2008-10-05
Add internationalisation support to the comment templates. Fixed #8868, #8905
Malcolm Tredinnick
2008-10-05
Fixed #8803 -- Allow authenticated users without first_name/last_name values ...
Malcolm Tredinnick
2008-08-30
Fixed #8716: correctly handle name and email in comments from authenticated u...
Jacob Kaplan-Moss
2008-08-27
Fixed #8601: a small typo in comment views.
Jacob Kaplan-Moss
2008-08-26
Updated comment signals to provide enough information to actually act on. Thi...
Jacob Kaplan-Moss
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-09-14
Fixed #3091 -- django.contrib.comments views now accept extra_context and con...
Adrian Holovaty
2007-08-11
Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app....
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2006-12-15
Copied django.forms to django.oldforms and changed all code to reference djan...
Adrian Holovaty
2006-10-25
Fixed ngettext bug in comments post view
Jacob Kaplan-Moss
2006-10-24
Fixed #2826 -- Added .is_authenticated() check before login() in comments views
Adrian Holovaty
[next]