3
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes a typo in the docs More... over 15 years ago
Fixes issue 25 - importing notification broken. Uses simple check for existance in settings.INSTALLED_APPS. More... over 15 years ago
Fixed up some code that I broke earlier.
brosner
as Brian Rosner
More... over 15 years ago
Added a default backend for backward compatibility.
brosner
as Brian Rosner
More... over 15 years ago
Corrected a stale reference to an old variable.
brosner
as Brian Rosner
More... over 15 years ago
Merge branch 'master' into pb
brosner
as Brian Rosner
More... over 15 years ago
Allow the user to define spam_sensitivity overrides for backends.
brosner
as Brian Rosner
More... over 15 years ago
Removed the need to unpack the NOTIFICATION_BACKENDS dict when iterating over it sending notifications.
brosner
as Brian Rosner
More... over 15 years ago
Restructured the code a little to allow backends to know their label and handle their own spam_sensitivity.
brosner
as Brian Rosner
More... over 15 years ago
Updated the pluggable-backend branch to include all the changes made from trunk.
brosner
as Brian Rosner
More... over 15 years ago
Avoid double initialization of the backend class that Python can do when using an empty string in the from list.
brosner
as Brian Rosner
More... over 15 years ago
Fixed a typo.
brosner
as Brian Rosner
More... over 15 years ago
Bumped the version number to 0.2.0pre to indicate trunk status.
brosner
as Brian Rosner
More... over 15 years ago
Bumped the version number to 0.2.0pre to indicate trunk status.
brosner
as Brian Rosner
More... over 15 years ago
Bumping the version to 0.1.0final.
brosner
as Brian Rosner
More... over 15 years ago
Bumping the version to 0.1.0final.
brosner
as Brian Rosner
More... over 15 years ago
Modified the version generation to ignore the final designation.
brosner
as Brian Rosner
More... over 15 years ago
Modified the version generation to ignore the final designation.
brosner
as Brian Rosner
More... over 15 years ago
Removed notification.templatetags from setup.py.
brosner
as Brian Rosner
More... over 15 years ago
Removed notification.templatetags from setup.py.
brosner
as Brian Rosner
More... over 15 years ago
Removed the captureas template tag.
brosner
as Brian Rosner
More... over 15 years ago
Removed the captureas template tag.
brosner
as Brian Rosner
More... over 15 years ago
Updated the version generating to be more specific and format nicely. More... over 15 years ago
Updated the version generating to be more specific and format nicely.
brosner
as Brian Rosner
More... over 15 years ago
pluggable-backends: Use get_app over to include django-mailer support over a standard import and ImportError exception handling.
brosner
as Brian Rosner
More... over 15 years ago
pluggable-backends: Merged from trunk up to r128.
brosner
as Brian Rosner
More... over 15 years ago
Updated docs to use Django's app cache to detect if notification is installed More... over 15 years ago
Updated docs to use Django's app cache to detect if notification is installed More... over 15 years ago
Fixed issue 24: Check for django-mailer by using Django's app cache instead of simple imports More... over 15 years ago
Fixed issue 24: Check for django-mailer by using Django's app cache instead of simple imports More... over 15 years ago