Sidebar Network

django-announcements Site announcements for Django.

 

Recent Commits

  • 42 was committed 1 month ago.
    Added a template snippet for using site_wide_announcements variable from the context processor.
  • 41 was committed 1 month ago.
    Corrected some common misspellings of announcement(s).
  • 40 was committed 1 month ago.
    Added pretty complete documentation.
  • 39 was committed 1 month ago.
    Added a setup.py file.
  • 38 was committed 1 month, 1 week ago.
    renamed notification templates
  • 37 was committed 1 month, 2 weeks ago.
    Use the new interface to notification.send to explicitly override the default behavior and queue notifications for announcements.
  • 36 was committed 1 month, 3 weeks ago.
    Added Python 2.3 support.
  • 35 was committed 2 months ago.
    Corrected a typo in athe admin form name.
  • 34 was committed 2 months ago.
    Added the ability for the user to control when the announcement is sent out to the users. This decouples it from the Announcement.save method.
  • 33 was committed 2 months, 2 weeks ago.
    Make use of the new notification.queue since announcements deals with sending a notification to large amounts of users.