Django

Code

root/django/trunk/django/contrib/comments

Name Size Rev Age Last Change
../
templates 9120 3 days mtredinnick: Fixed #9100 -- Added a missing CSS class to a submit button. Thanks, …
templatetags 8641 1 month jacob: Fixed #8544: correctly cast Comment.object_pk to string when doing …
views 9121 3 days mtredinnick: Fixed #8963 -- Use the require_POST decorator instead of doing things …
__init__.py 2.9 kB 8573 1 month mtredinnick: The comments app was unconditionally accessing various settings that …
admin.py 0.9 kB 9038 3 weeks wilson: Fixed #8917 -- Comments are now displayed in reverse order by submit_date …
feeds.py 1.3 kB 9089 1 week ubernostrum: Use correct m2m join table name in LatestCommentsFeed?
forms.py 6.6 kB 9116 3 days mtredinnick: Fixed #8879 -- Used ungettext instead of ngettext in the comments …
managers.py 0.8 kB 8800 1 month jacob: Make sure to use force_unicode when looking up comment objects by …
models.py 7.2 kB 8933 1 month mtredinnick: Fixed #8614 -- Typo fix.
signals.py 1.1 kB 8589 1 month jacob: Updated comment signals to provide enough information to actually act on. …
urls.py 1.0 kB 8614 1 month mtredinnick: Fixed get_absolute_url() for comments. Previously, it relied on "view on …
Note: See TracBrowser for help on using the browser.