Django-contact-form

Latest version: v5.1.0

Safety actively analyzes 666166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

5.1.0

~~~~~~~~~~~~~

Released August 2024

* Supported Django versions are now 4.2, 5.0, and 5.1.

5.0.1

~~~~~~~~~~~~~

Released May 2024

* Correct an issue in the changelog for 5.0.0

* Correct an issue with the display of the package's documentation/source URLs
on the Python Package Index.

5.0

Django 5.0 (after 5.0.0 and 5.0.1). Since the Django project at the time was
supporting Django 5.0 and 4.2, that version of ``django-contact-form`` would
also support Django 5.0 and 4.2.


API stability and deprecations
------------------------------

The API stability/deprecation policy for ``django-contact-form`` is as follows:

* The supported stable public API is the set of symbols which are documented in
this documentation. For classes, the supported stable public API is the set
of methods and attributes of those classes whose names do not begin with one
or more underscore (``_``) characters and which are documented in this
documentation.

* When a public API is to be removed, or undergo a backwards-incompatible
change, it will emit a deprecation warning which serves as notice of the
intended removal or change. This warning will be emitted for at least two
releases, after which the removal or change may occur without further
warning. This is different from Django's own deprecation policy, which avoids
completing a removal/change in "LTS"-designated releases. Since
``django-contact-form`` does not have "LTS" releases, it does not need that
exception.

* Security fixes, and fixes for high-severity bugs (such as those which might
cause unrecoverable crash or data loss), are not required to emit deprecation
warnings, and may -- if needed -- impose backwards-incompatible change in any
release. If this occurs, this changelog document will contain a note
explaining why the usual deprecation process could not be followed for that
case.

* This policy is in effect as of the adoption of "DjangoVer" versioning, with
version 5.0.0 of ``django-contact-form``.


Releases under DjangoVer
------------------------

5.0.0

~~~~~~~~~~~~~

Released May 2024

* Adopted "DjangoVer" versioning.

* The :class:`~django_contact_form.forms.AkismetContactForm` and its Akismet
integration have been rewritten to make use of more recent versions of the
Python Akismet client. Configuring the Akismet client via Django settings is
now deprecated, and support for configuring via Django settings will be
removed in a future version of ``django-contact-form``. The
``AkismetContactForm`` class now also provides two overridable public methods
to allow customization of the Akismet API client instance and the arguments
passed to the Akismet spam check.


Releases not under DjangoVer
----------------------------

2.1

~~~~~~~~~~~

Released July 2023

* The supported Django versions are now 3.2, 4.1, and 4.2.

2.0.1

~~~~~~~~~~~~~

Released May 2022

* Corrected several issues in the documentation of the 2.0 release.

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.