summaryrefslogtreecommitdiff
path: root/contact/tests.py
AgeCommit message (Collapse)Author
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2024-06-14Upgraded Django to 4.2.13 (attempt 3)Baptiste Mispelon
2024-06-14Revert "Upgraded Django to 4.2.10 (attempt 2)"Baptiste Mispelon
This reverts commit 9e853b057d8f39f34af341811841edda76cc7bc8.
2024-06-14Upgraded Django to 4.2.10 (attempt 2)Baptiste Mispelon
2024-06-09Revert "Upgraded Django to 4.2.10"Baptiste Mispelon
This reverts commit 947727fa94f313dd46c6171be20e61a7255bdf69.
2024-06-09Upgraded Django to 4.2.10Baptiste Mispelon
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-10-01Fixed #1216 -- Added reCaptcha to DSF contact formSanyam Khurana
Despite using Akismet, DSF is receiving a lot of spam messages. We are adding Google reCaptcha V3 to the DSF Contact Form to reduce spam messages along with Akismet.
2016-01-05Added email validation to contact form.Tim Graham
2015-05-26Fixed #459 -- Fixed ContactForm crash on empty name.Tim Graham
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
* Swapped unipath with pathlib * Used pykismet3 instead of akismet * Replaced django-pygments with template tag in the docs app
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2013-09-07Updated django-contact-form to 1.0.Jacob Kaplan-Moss
2013-04-01Fixed a unicode encoding bug in the contact form.Jacob Kaplan-Moss
Also removed duplicated code.
2013-04-01Added the draft CoC and feedback stuff.Jacob Kaplan-Moss