Thanks to Christopher Lambacher, the PeopleTracker API now has documentation.
Even better,
you can now attach your own custom properties
to track_charge
calls,
just as you can with the javascript API.
Thanks Christopher!
Packaging is hard. Let's go shopping. Thanks to Daniel Koepke for the fix!
If only I had listened to past Wes, I would have realized that my retry change would cause excess logging. You'll no longer get messages logged when an Event fails and is retried. You'll only be alerted if it reaches max retries.
And the people rejoiced for no longer needing to maintain their own fork just to comment out one line. Thanks to the many folks who submitted pull requests for this one.
Thanks to Nicholas Serra for the pull request.
Track your users like they're actual people.
Thanks to Peter Baumgartner for the pull request.
We don't need no stinkin tests (yes we did). And now we have them. We're
testing across python 2.6, python 2.7 and starting at Django version 1.3
and Celery version 2.5
. Even better, they're up on travis-ci, so we'll
actually be running them.
Running tests is now easy
$ pip install tox $ tox
Thanks to Nicholas Serra for the initial Tox implementation.
Need to use your API key in your templates and want to stay DRY?
Anton Agestam has you covered. Thanks Anton!
In version 0.5.0, we advertised as not requiring Django, but we were totally full of it. No Django this time. We're serious (except we don't have any tests proving it, so pull requests would be very welcome).
Thanks to Solomon Bisker for making an honest project out of us.