Improvemets - Changed StripeCharge and StripeCustomer to use latest active token instead the one from relation. Relation might in edge cases lead to token for invalid customer (expired card).
0.2.9.2
Bugfix release - fixed end_subscriptions
0.2.9.1
Bugfix release - added swappable dependency for user model.
0.2.9
Added - added GenericForeignKey to StripeCharge as "source" field. Use https://docs.djangoproject.com/en/1.11/ref/contrib/contenttypes/#reverse-generic-relations for reverse lookup.
0.2.8
Changed - changed relation on stripe models from to settings.STRIPE_USER_MODEL, which defaults to settings.AUTH_USER_MODEL. There are cases that CC is connected to, in example, office, not person. - changed description on stripe customer to use __str__ method of STRIPE_USER_MODEL