an inconsistent migration state. Use 0.35.1 instead.**
Small feature release.
* ✨ Added a slug field to the ``Service`` model for improved indexing across
instances. As this field is required, the included migration will initiaize
this field with a slugified version of the ``api_root`` field.
* ✨ Added natural key getters to the ``Service`` model to support Django's
natural key-based (de)serialization methods.
**💥 Breaking changes**
* Because ``slug`` is now a required field, you may have to update your
custom ``Service`` creation or testing logic to ensure the field is
properly set.