Deprecation timeline
2.5.0 (TBR)
Non-squashed migrations will be removed. Users of older versions will first have to update to
2.3.xor2.4.x.The
CA_CUSTOM_APPSsetting will be removed. Use EXTEND_INSTALLED_APPS instead.
REST API
The old API endpoint (
/ca/{ca_serial}/revoke/{certificate_serial}/) for revoking certificates will be removed. Use/ca/{ca_serial}/certs/{certificate_serial}/revoke/instead. Deprecated sincedjango-ca==2.3.0.