Skip to content

Commit

Permalink
minor additional updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 26, 2024
1 parent 535072c commit 5084ec1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
3 changes: 2 additions & 1 deletion docs/source/changelog/TBR_2.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@ Deprecation notices

Please also see the :doc:`deprecation timeline </deprecation>` for previous deprecation notices.

* This will be the last release to support ``django~=5.0.0``.
* This will be the last release to support ``django~=5.0.0``, ``cryptography~=43.0`` and ``pydantic~=2.9.0``.
* Support for Python 3.9 will be dropped in ``django-ca==2.3.0``.
20 changes: 2 additions & 18 deletions docs/source/deprecation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Deprecation timeline
Dependencies
============

* Remove support for django 5.0.
* Drop support for Python 3.9.

Command-line
============
Expand Down Expand Up @@ -69,20 +69,4 @@ Python API
Dependencies
============

* Support ``django~=5.0.0`` will be dropped.

***********
2.1.0 (TBR)
***********

Views
=====

* Configuring a password in a certificate revocation list view will be removed. Use the ``CA_PASSWORDS``
setting instead (deprecated since 1.29.0).

Dependencies
============

* Support ``pydantic~=2.7.0``, ``pydantic~=2.8.0``, ``cryptography~=42.0`` and ``acme~=2.10.0`` will be
dropped.
* Support ``django~=5.0.0``, ``cryptography~=43.0`` and ``pydantic~=2.9.0`` will be dropped.
8 changes: 4 additions & 4 deletions docs/source/quickstart/as_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ tested with what release (changes to previous versions in **bold**):

.. Keep no more then 10 releases in this table.
========= ============== ================== =============== ============= ================ =============
========= ============== ================== =============== ============= ================ ==================
django-ca Python Django cryptography Celery acme pydantic
========= ============== ================== =============== ============= ================ =============
2.1 3.9 - 3.12 4.2 - 5.1 **43** 5.4 2.10 - 2.11 2.7 - 2.9
========= ============== ================== =============== ============= ================ ==================
2.1 3.9 - **3.13** 4.2 - 5.1 **43** - **44** 5.4 **2.11** **2.9** - **2.10**
2.0 3.9 - 3.12 4.2 - **5.1** 42 - **43** **5.4** **2.10** - 2.11 **2.7 - 2.9**
1.29 **3.9** - 3.12 4.2 - 5.0 **42** 5.3 - **5.4** **2.9 - 2.11** 2.5 - **2.7**
1.28 3.8 - 3.12 **4.2 - 5.0** 41 - **42** 5.3 **2.7 - 2.9** 2.5 - 2.6
Expand All @@ -45,7 +45,7 @@ django-ca Python Django cryptography Celery acme
1.24 3.8 - 3.11 3.2, 4.1 - **4.2** 37, 39 - **40** 5.1 - 5.2 **2.2 - 2.5**
1.23 **3.8** - 3.11 3.2, **4.1** **37 - 39** 5.1 - 5.2 **2.1 - 2.2**
1.22 3.7 - **3.11** 3.2 - **4.1** **36 - 38** **5.1** - 5.2 **1.27 - 2.1**
========= ============== ================== =============== ============= ================ =============
========= ============== ================== =============== ============= ================ ==================

Note that we don't deliberately break support for older versions, we merely stop testing it. You can try your
luck with older versions.
Expand Down

0 comments on commit 5084ec1

Please sign in to comment.