mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Fix #163 - Don't create multiple DeferredAwards for unique badges. #164

Closed rlr closed 11 years ago

rlr commented 11 years ago

I went with raising a BadgeAlreadyAwardedException because from my point of view (as the badge awarder) I don't care if the badge has been claimed or not yet.

Thoughts? r?

lmorchard commented 11 years ago

Yay, a test & everything!