studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Add slugs to SubscriptionPlan and PlanCost models #126

Closed studybuffalo closed 4 years ago

studybuffalo commented 4 years ago

Currently no easy way to manually construct plan lists, as you have to reference either the UUID or a non-unique text field. Adding a slug will allow easier direct reference to the model instance.

studybuffalo commented 4 years ago

Resolved with #127