====================
Feature Updates
---------------
* Switching ``ugettext_lazy`` to ``gettext_lazy`` (this function is
being depreciated in Django 4.0).
* Adding a slug field to ``SubscriptionPlan``, ``PlanCost``, and
``PlanList`` models. This will make it easier to reference specific
subscription details in custom views.