mirror of
https://github.com/django/django.git
synced 2025-11-02 12:58:56 +00:00
The is a potentially backwards-incompatible change for users already relying on the internals of comment moderaration. To wit: * The moderation system now listens to the new `comment_will_be_posted`/`comment_was_posted` signals instead of `pre/post_save`. This means that import request-based information is available to moderation as it should be. * Some experimental code from `django.contrib.comments.moderation` has been removed. It was never intended to be merged into Django, and was completely untested and likely buggy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10784 bcc190cf-cafb-0310-a4f2-bffc1f526a37 |
||
|---|---|---|
| .. | ||
| admin | ||
| comments | ||
| formtools | ||
| auth.txt | ||
| contenttypes.txt | ||
| csrf.txt | ||
| databrowse.txt | ||
| flatpages.txt | ||
| humanize.txt | ||
| index.txt | ||
| localflavor.txt | ||
| redirects.txt | ||
| sitemaps.txt | ||
| sites.txt | ||
| syndication.txt | ||
| webdesign.txt | ||