#################### Deprecation timeline #################### This page shows ***** 4.0.0 ***** * Support for Python 3.11 will be dropped. * The defaults for :ref:`CA_DEFAULT_EXPIRES ` and :ref:`CA_ACME_MAX_CERT_VALIDITY ` will be reduced to 47 days (announced with 3.0.0). ***** 3.2.0 ***** * The `cache_crls` management command will be removed, used `generate_crls` instead (deprecated since 3.0.0). * The `regenerate_ocsp_keys` management command will be removed, use `generate_ocsp_keys` instead (deprecated since 3.0.0). ***** 3.1.0 ***** * Support for using an ``int`` for `expires` in :py:class:`~django_ca.views.OCSPView` will be removed (deprecated since 3.0.0). * The `cache_crl` celery task will be removed, used `generate_crl` instead (deprecated since 3.0.0). * The `cache_crls` celery task will be removed, used `generate_crls` instead (deprecated since 3.0.0).